Filling a table from combobox

skrbi

Registered User.
Local time
Yesterday, 16:44
Joined
Feb 1, 2011
Messages
22
Hi!
I am novice access user so this may be a ridiculous question.. :)

I want to populate a table column from combobox.. Is it possible when there is no relation between source (combobox) table and destination table?

for example, there is Machine ID column in table1 and Machine ID column in table2..

what should i do?

Thanx
 
Use the combobox Row Source property to populate the combobox from the "combobox source table" and use the combobox Control Source property to set the "destination table" field. These can both be found under the Data Tab of the comboboxes properties.

SGA
 
Alternatively if you follow the combo box wizard it will be set up automagically :)
 
Solved!

SetValue...

Thanks anyway!
 

Users who are viewing this thread

Back
Top Bottom