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 (second) combo box.
The contents of the non-selecting combo box 'window' seems to loose synch somehow.
Your ideas all welcome.
Thanks.
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 (second) combo box.
The contents of the non-selecting combo box 'window' seems to loose synch somehow.
Your ideas all welcome.
Thanks.
Last edited: