C
chickalina
I have a form that has a Combo Box for Contractor. The form works alright
filling in the unbound text boxes with the first name, address, city, state,
etc... after the last name is chosen in the combo box (last name =column2,
first name=column 3). When I navigate away from the form, only the last name
shows in the combo box when you return to the form. If I remove the Control
Source, then choose a Contractor, it remains the same Contractor for all
contracts (or records).
This is what I'm using to fill in the text boxes:
Me!Text18 = Me!Combo35.Column(3)
I haven't gone with any descriptive names until I get the form to work.
Please help.
Thank you!
filling in the unbound text boxes with the first name, address, city, state,
etc... after the last name is chosen in the combo box (last name =column2,
first name=column 3). When I navigate away from the form, only the last name
shows in the combo box when you return to the form. If I remove the Control
Source, then choose a Contractor, it remains the same Contractor for all
contracts (or records).
This is what I'm using to fill in the text boxes:
Me!Text18 = Me!Combo35.Column(3)
I haven't gone with any descriptive names until I get the form to work.
Please help.
Thank you!