Report or query from user inputed date

  • Thread starter Thread starter Nigel Molesworth
  • Start date Start date
N

Nigel Molesworth

I want to create a report (if necessary, it can be a query) that asks
the user to input a date. The result would contain only those records
whose date field has the same or later date.

I'm sure it's possible, but I don't know how to get the user input!
 
Use a query as the recordsource for the report. In the criteria box of date
column of the query's QBE grid, type the expression:
=[Please Input a date]

or any text between the 2 square brackets that makes sense to you. You can
also supply the date from a form by using the syntax:
=[Forms]![YourFormName]![YourDateControlName]

of course substituting the correct names.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads
http://www.datastrat.com
http://www.mvps.org/access
 
Use a query as the recordsource for the report. In the criteria box of date
column of the query's QBE grid, type the expression:

Hi Arvin,

Thanks for your replies to both my questions. Could I ask that you
give me a bit more info, I'm a novice with Access.
 
Use a query as the recordsource for the report. In the criteria box of date
column of the query's QBE grid, type the expression:

Hey, what do you know! I figured out what all those words meant and it
works, many thanks.
 

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

Back
Top