I created a query that displays data based off of Quarter 1 using
in the Criteria section.
However, what would I need to do if I wanted a message box to pop-up when I ran the query or report asking which quarter I would like to display?
Code:
DatePart("q",[Report Date])=1
However, what would I need to do if I wanted a message box to pop-up when I ran the query or report asking which quarter I would like to display?