Hy
In my database I have two tables one with source info table1 and one table2 I will make a form.
Table1 has information like
code name
1 name1
2 name2
3 name3
Table2 has this
a column with a combobox where you can choose name1,name2,...(thisworks)
I would like, when you choose name1 from the combobox a field of the second column with code: "1" will be populated. and When you choose name2 from the combobox the field wil be "2"
any suggestions?
In my database I have two tables one with source info table1 and one table2 I will make a form.
Table1 has information like
code name
1 name1
2 name2
3 name3
Table2 has this
a column with a combobox where you can choose name1,name2,...(thisworks)
I would like, when you choose name1 from the combobox a field of the second column with code: "1" will be populated. and When you choose name2 from the combobox the field wil be "2"
any suggestions?