This is my query:
Between [Forms]![YTD Criteria]![YrSrtDate] And [Forms]![YTD Criteria]![PerEndDate]
I need the user to be prompted with "Enter the start date" and "Enter the end date"
How do I modify the query to do that please?
I have a query that looks like this:
>=[Forms]![YTD Criteria]![YrStrtDate]
I want the propmpt to say "Enter Start Date"
Instead, I get the cirteria.
What am I missing?
Report Prompt
I have a query that looks like this:
>=[Forms]![YTD Criteria]![YrStrtDate]
I want the propmpt to say "Enter Start Date"
What am I missing?