Hint on d query parameter

brodaman

Registered User.
Local time
Today, 15:52
Joined
Nov 23, 2015
Messages
25
Good day,please I need to add hint on my query parameter e.g format of d date to b entered.
 
just make a parameter [Enter Date (dd/mm/yyyy):]
 
it has worked for [Enter Date] did not work for [start Date] and [End Date] with format.
 
on your query you should use Format() in your Expression:

Start Date: Format([Start Date], "mm/dd/yyyy")
End Date: Format([End Date], "mm/dd/yyyy")
 
How do I include hint on d start and end parameter please.
 

Users who are viewing this thread

Back
Top Bottom