|
-
Oct 8th, 2002, 08:52 AM
#1
Thread Starter
Member
Problem with dates
With Access 2000...
I have a field set as a date/time with the format "d/m/yy" and when I enter "01 02 03", it reverses it to "03 02 01". anyone has an idea of what seems to be the problem?
-
Oct 8th, 2002, 08:56 AM
#2
How are you putting it into the table ?
Sql is American - so the format must be in american format (if you use an sql statement to update the tables.
If you are using code, then its probably 'confused' over which month.
Best format for dates is : dd mmm yyyy (no confusion)
Vince
Feeling like a fly on the inside of a closed window (Thunk!)
If I post a lot, it is because I am bored at work! ;D Or stuck...
* Anything I post can be only my opinion. Advice etc is up to you to persue...
-
Oct 8th, 2002, 09:00 AM
#3
Thread Starter
Member
I put it in with my form, when I noticed the "error" I tried the Data sheet mode and it does the same thing
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|