lyonmt
IS-IT--Management
- May 18, 2001
- 83
Hello and thank you for any help in advance.
I am a casual user of Access 2000.
I need to populate a text box from a combobox, but here's the catch:
The text box is bound.
I know how to update an unbound text box from a combobox by increasing the column count (in the combobox) and then putting =[Combobox].Column(1) in the control source (of the textbox).
I need to update the corresponding fields in the table though.
How is this accomplished without manipulating code? I don't know VB or SQL.
I am a casual user of Access 2000.
I need to populate a text box from a combobox, but here's the catch:
The text box is bound.
I know how to update an unbound text box from a combobox by increasing the column count (in the combobox) and then putting =[Combobox].Column(1) in the control source (of the textbox).
I need to update the corresponding fields in the table though.
How is this accomplished without manipulating code? I don't know VB or SQL.