I have a form with a subform. The subform is based on a query. I have a combobox that lists customer names on the main form and fills in the fields on the subform based on the combo selection.
This works great except the db will hold 90,000 + customer records so I need the combo to fill with only the list of customer names based on the first 3 characters entered.
Ex. combo = enter smi, fills with Smith, Smitty, Smithe, etc.
Tblcustomers - has the custname field
qryEtch is the query the subform is based on and has the detail fields I need to autofill based on combo
tblClaims_Etch is the table the main form is based on and has the combo named customer
Kimberly Palazzi
kpalazzi@mjhinc.com
This works great except the db will hold 90,000 + customer records so I need the combo to fill with only the list of customer names based on the first 3 characters entered.
Ex. combo = enter smi, fills with Smith, Smitty, Smithe, etc.
Tblcustomers - has the custname field
qryEtch is the query the subform is based on and has the detail fields I need to autofill based on combo
tblClaims_Etch is the table the main form is based on and has the combo named customer
Kimberly Palazzi
kpalazzi@mjhinc.com