Hi,
I am designing a database and have a programming question.
On one form, I have a combo box with different values. I also have a text box.
When I select a value from the combo box and hit add record, how can I make it so the value that I selected in the combo box, is copied to the text box and added it to the table?
I tried this code in the Add Record Command Button:
Combo2.Value=ICL1.Value
Combo2 is the combo box and ICL1 is the text box.
It did not seem to work.
Thanks in advance!
I am designing a database and have a programming question.
On one form, I have a combo box with different values. I also have a text box.
When I select a value from the combo box and hit add record, how can I make it so the value that I selected in the combo box, is copied to the text box and added it to the table?
I tried this code in the Add Record Command Button:
Combo2.Value=ICL1.Value
Combo2 is the combo box and ICL1 is the text box.
It did not seem to work.
Thanks in advance!