Hello,
I have a form with a combo and a list box.
The combo gets its data from TABLEA in which I have used a list of records which will be used as a query criteria.
The listbox has its record source in TABLEB and is populated after the AfterUpdate event of the Combo. The records I am searching in TABLEB have a different name comparted to the ones listed in the combo.
Is there a way I can use the combo as query criteria with records different from the ones in the table I am searching?
Examples: If I select from the combo the records Suspended, then the query should look for those records named S in Table B.
THank you
I have a form with a combo and a list box.
The combo gets its data from TABLEA in which I have used a list of records which will be used as a query criteria.
The listbox has its record source in TABLEB and is populated after the AfterUpdate event of the Combo. The records I am searching in TABLEB have a different name comparted to the ones listed in the combo.
Is there a way I can use the combo as query criteria with records different from the ones in the table I am searching?
Examples: If I select from the combo the records Suspended, then the query should look for those records named S in Table B.
THank you