criteria

C

Christina

I have a repost and a sub report that run from queries that prompt for dates
between beginning date and ending date.
I would like to create a form to input the criteria and run the report.
 
K

karl dewey

Use unbound form with unbound text boxes.
In the query, replacing the prompts use this --
CVDate([Forms]![YourFormName]![TextBoxName1])
and second CVDate([Forms]![YourFormName]![TextBoxName2])
 

Ask a Question

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.

Ask a Question

Similar Threads

criteria 27
dialog box 1
criteria on form 1
Default Dates 2
CRITERIA 2
criteria 17
Crosstab Query for Beginning Date and Ending Date 11
User Prompt for Month to find Date Range 3

Top