In my airport database I want to connect two subforms with each other.
I got a mainform which contains a Combo Box with Airports in it. When you select an airport it will show the aircraft movements of a certain year in subform1 and passengernumbers in subform2. I got data for over 28 years. In subform1 I implemented a combo box with years. But when you select years in this Combobox the data for aircraft movements changes but not for passengernumbers.
How can I relate them to each other?
I tried to use the following link in VBA, but couldnt get it to work. http://access.mvps.org/access/forms/frm0031.htm
Gratitude in advance!