Hi there,
I have a database with an "error" table. Two fields lookup muliple values to their corresponding linked tables.
Combo Box1-> tblError1 = ID; Type
Combo Box2-> tblError2 = ID; Type; Description
Essentially, I've managed to get the query working on Combo Box2 "afterupdate" on Combo Box1 but I have 2 problems:
- Combo Box2 shows proper results based on Combo Box1 but always defaults to the first query result after selection
- Form is a continuous record entry...all previous records on the form limit their selection to the results on the entry line selection.
HELP!!
Aurillius
I have a database with an "error" table. Two fields lookup muliple values to their corresponding linked tables.
Combo Box1-> tblError1 = ID; Type
Combo Box2-> tblError2 = ID; Type; Description
Essentially, I've managed to get the query working on Combo Box2 "afterupdate" on Combo Box1 but I have 2 problems:
- Combo Box2 shows proper results based on Combo Box1 but always defaults to the first query result after selection
- Form is a continuous record entry...all previous records on the form limit their selection to the results on the entry line selection.
HELP!!
Aurillius