Chunk - for your issue,
I'd try adapting this code to something like:
Combo1 = Combo 2 = [Primary_ID]
or maybe 2 lines of code under the Event Current property, one for each combo box. Should work
Solution
I've managed to work out how to do this. As I suspected, it's incredibly easy. You need one line of code under the 'On Current' event property:
e.g.
Records_cbo= [Process_ID]
where Records_cbo is the name of the combo box and [Process_ID] is the Primary key field of the record...
Sample Db is attached
Within the form "ServiceStandards_FRM" you'll see the combo along the top. When I navigate through the records using the navigation bar at the bottom I want the combo to change to display the same record.
Thanks a lot for your help
Hello,
I suspect this is probably rather easy, but I've not been able to figure it out:
I am using a combo to select a record in a form. This works.
The problem is: When I navigate through the records in the form, the combo box does not "update". I need to be able to change the record...