NOT Cascaded - Bring up data via either of 2 combo boxes
OK the first part i can do (ie Bring up data via either combo box)..
For example i want to be able to select a person by their name or by their code number.
I am using recordsetclone statement to pull up the data at present....
But how do I get the second combo box to display the 'matching' data when a value from combo box 1 has been selected, and also vice versa.
ie. When I select "Joe Bloggs", I want to see "Joe Bloggs's" code number correctly shown in the code number combo box.
Your ideas all welcome.
Thanks.
OK the first part i can do (ie Bring up data via either combo box)..
For example i want to be able to select a person by their name or by their code number.
I am using recordsetclone statement to pull up the data at present....
But how do I get the second combo box to display the 'matching' data when a value from combo box 1 has been selected, and also vice versa.
ie. When I select "Joe Bloggs", I want to see "Joe Bloggs's" code number correctly shown in the code number combo box.
Your ideas all welcome.
Thanks.
Last edited: