T
Tom Ellison
Dear Jeff:
The prompt using the syntax like your:
[ Enter Job Name ]
always uses a text box. There is no way to modify this to be a combo box
populated with only the valid values.
To do this, you should use a form. Put a combo box there whose rowsource
provides the valid values. Reference this from your query (works for MDBs)
or dynamically create the code for the query.
The prompt using the syntax like your:
[ Enter Job Name ]
always uses a text box. There is no way to modify this to be a combo box
populated with only the valid values.
To do this, you should use a form. Put a combo box there whose rowsource
provides the valid values. Reference this from your query (works for MDBs)
or dynamically create the code for the query.