I have a DB that contains name, dept and 20 date fields. These fields are test certifications. The user wants to query the DB by selecting the certification field and a date range.
In SQL sort of like this
SELECT [forms]![cert]![type]
FROM [Training Table]
How on earth can I pass the value of a combo or list box that selects the field to be queried?
Thanks in advance
In SQL sort of like this
SELECT [forms]![cert]![type]
FROM [Training Table]
How on earth can I pass the value of a combo or list box that selects the field to be queried?
Thanks in advance