Parameter Value Message

C

cher

I have a query setup to select specific information based on the month and
year entered on a form and stored in a table. When I am prompted to enter
the month or year the parameter value message box says "Months!Month" or
"Years!Year". Is there a way to customize this message so someone else will
know to enter a value here?
 
O

Ofer Cohen

Can you post your SQL?

At any case, in the query, in the criteria section of each field you can write

Under the year field
[Please select a Year]

Under the Month field
[Please select a Month]

The user will be prompt with this two messages
 
Top