A
ant1983
Hi,
i have a table suptblLevel with the following values:
autLevelID txtLevel
1 ALL
2 OPS
3 CON
4 LEAD
Then i have a form frmEmailScheduleToClientMenu where i have an unbound
combo box looking up above.
I select one of the values above and then have a cmdPreview button opening
qryTrainingDateForClientsWithCriteria showing the results.
I basically want, if i click ALL, to select OPS, CON and LEAD (Its not an
actual value in my query - How do i do that?)
the field in the query would be numLevel.
Ta
ant1983
i have a table suptblLevel with the following values:
autLevelID txtLevel
1 ALL
2 OPS
3 CON
4 LEAD
Then i have a form frmEmailScheduleToClientMenu where i have an unbound
combo box looking up above.
I select one of the values above and then have a cmdPreview button opening
qryTrainingDateForClientsWithCriteria showing the results.
I basically want, if i click ALL, to select OPS, CON and LEAD (Its not an
actual value in my query - How do i do that?)
the field in the query would be numLevel.
Ta
ant1983