I don't know; what are you doing? We can't see your query.
What you might want to consider (especially if you're using the parameters in
a query and a subquery, or in a Report, etc.) is create a little unbound Form
named frmCrit with textboxes for the paramters. Rather than a prompt like
[Enter start date:]
use
[Forms]![frmCrit]![txtStartDate]
This will also let you put a command button on frmCrit to open the Report or
Form on which the query is based, so the user doesn't need to see the query
datasheet at all.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.