WhizzkidWallace
Registered User.
- Local time
- Today, 16:18
- Joined
- Jan 10, 2005
- Messages
- 49
Hi,
Has anyone seen this one? I have a form on it with a date field, and want to use that date field as a criteria within a 'where' statement for a report. Problem is that on the form, if I extract the date to a variable, it comes off in a dd/mm/yy format, BUT when I want to include that variable in my 'where' clause for my report, it needs the date in the format mm/dd/yy !!!
At the moment I have got round it by extracting the Day, Month and Year from the Form date, and stringing them together in the right order for the 'where' clause (with the necessary #'s around it), but I would like to know why this happens....
Thanks
Has anyone seen this one? I have a form on it with a date field, and want to use that date field as a criteria within a 'where' statement for a report. Problem is that on the form, if I extract the date to a variable, it comes off in a dd/mm/yy format, BUT when I want to include that variable in my 'where' clause for my report, it needs the date in the format mm/dd/yy !!!
At the moment I have got round it by extracting the Day, Month and Year from the Form date, and stringing them together in the right order for the 'where' clause (with the necessary #'s around it), but I would like to know why this happens....
Thanks