I'm fairly new to Access and I'm trying to find out if it's possible to have a report that contains variables which drive what is in the report?
Specifically, I have a table of Sales data where each row contains a single sale. The sale consists of a date (containing Year, Month and Day), an item, and a quantity. There are only a maximum of 4 different items sold by this business. I want my report to list only sales for a specific week, where I specify the begin and end dates of the week when I execute the report. In other words, the begin and end dates are unknown to the report when I execute it and it should prompt me for those values, then display them on the report. Therefore if I run the report today and want information about last week, I would specify a begin date of 2015-12-13 and and end date of 2015-12-20. When I run this report next week, I'll give it the begin and end dates for THIS week and get a report on what sales I had this week.
Is that possible? I've been poking around in Access but don't see any options for variables like this.