rhernand
Registered User.
- Local time
- Today, 03:21
- Joined
- Mar 28, 2003
- Messages
- 96
I have a Combo Box driven by a query which has hidden columns in the combo. I have created text boxes that I want to populate with these hidden columns. In the AfterUpdate of the Combo, I have Me.TxtEmpNum=Me.cboEmployee.Column(3), but I get compile error: 'Method or member data not found'. Is this not correct? I will use the text box value to insert a record to a table with an AddNew by using
.Fields("EmployeeNumber") = TxtEmpNum.
.Fields("EmployeeNumber") = TxtEmpNum.
