But, I want to skip to "/" when the user input the date value.
for example: // this message appear when click the query
Please enter the date value: / /
The slash already in the box. In criteria of the query, if I put [Mon] & "/" & [day] & "/" & [Year]. It will input 3 times in different box. I want to input in one box only with "/" character . Can anybody help me? Thanks.
Thanks.
rdouglass
Posts: 9280 From: Biddeford, ME USA Status: offline
RE: Query: Input Date - 9/30/2005 16:14:11
quote:
[Mon] & "/" & [day] & "/" & [Year]
Can you explain why you're using this instead of just requesting the field? You have your full date in the form field correct? Just request the field directly.