Hi, I'm very new to Access, so I hope somebody may help as I've been unable to locate a similar query elsewhere on the forum...
I have created a database that is populated via a main form. Part of the form relates to an 'operatives' table that data is located through a combo box and join through common fields, and other fields relating to the operative (ie trade, mobile number etc) have been brought on to the form for user information. However, I am attempting to use the same table via another combo box to chose a different second operative. I have created a query to an alias 'operatives' table, and using the query I collect the operativeID through the new combo, to copy to a new common ID field on the main form. I am able to place the operativeID field reference in the new ID field I'm using as the second join, but the trade, mobile number etc fields still refer to the original operative.
Am I missing something, or should I be looking at a fix using VBA?
Hope this makes sense, and many thanks in advance for any assistance,
Ade.
I have created a database that is populated via a main form. Part of the form relates to an 'operatives' table that data is located through a combo box and join through common fields, and other fields relating to the operative (ie trade, mobile number etc) have been brought on to the form for user information. However, I am attempting to use the same table via another combo box to chose a different second operative. I have created a query to an alias 'operatives' table, and using the query I collect the operativeID through the new combo, to copy to a new common ID field on the main form. I am able to place the operativeID field reference in the new ID field I'm using as the second join, but the trade, mobile number etc fields still refer to the original operative.
Am I missing something, or should I be looking at a fix using VBA?
Hope this makes sense, and many thanks in advance for any assistance,
Ade.
Comment