Using query parameter in Access report

Posted by Dave on Stack Overflow See other posts from Stack Overflow or by Dave
Published on 2010-03-23T22:23:42Z Indexed on 2010/03/23 22:43 UTC
Read the original article Hit count: 310

Filed under:
|

I have a very basic access database where a query returns the sales made within a set start date and a set end date.

The dates are set with two pop up boxes for the user to enter, first the start date, and then the end date.

I have a report running off the back of this.

How can I (using VBA) get at these dates then display them on the report - ie. the report says "Sales for Period:" and then shows the "from date" and the "to date" that the user input.

© Stack Overflow or respective owner

Related posts about ms-access

Related posts about vba