I have a page that processes information from a form, then updates a row in an Access database by inserting the current date into one field.
My problem is that when I try to set that date value, it keeps coming up with a date and time (3/13/07 8:00:00 AM). I need to force it to be a short date (3/13/07).
I am setting the variable by stating
ReqByDate = Date
How should I be defining the variable so that it will only pass the month/day/year? Is there a format that I can use on Date?
Cheryl dc Kern
My problem is that when I try to set that date value, it keeps coming up with a date and time (3/13/07 8:00:00 AM). I need to force it to be a short date (3/13/07).
I am setting the variable by stating
ReqByDate = Date
How should I be defining the variable so that it will only pass the month/day/year? Is there a format that I can use on Date?
Cheryl dc Kern