Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing Prompt Variable from Query to Report

Status
Not open for further replies.

sylvanst

Programmer
Jan 15, 2003
8
US
Hello all,

I have an Access Report that I want to prompt the user a specific date range to enter in the query.

When the user types the beginning and ending dates in. How to I pass that variable data so it displays in the report?

What syntax is used in the report to show this? I have the prompt in query working just fine.

Let me know if anyone has an easy answer.

Thanks,

Kent
 
Sylvanst,
If the query is working correctly you should be able to set the reports "Control Source" to the name of the query.
When the report is opened the prompts will appear and then the report will be displayed.
jim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top