PDA

Click to See Complete Forum and Search --> : Access and Dates brrrrr


André
Aug 8th, 2000, 08:35 AM
Hi there,

I'm going crazy, please help!!!!

From VB I insert the date: 07-08-2000

And Access gives me 08-07-2000 brrrrrrrr!!!!!! >:(

From VB I format the date like Format(date,"dd-mm-yyyy")
In Access the field is formatted the same and so are the regional settings of my computer/Server.

Please have you noticed this?

Please help ,

André

Stevie
Aug 8th, 2000, 08:40 AM
Always causes problems.

I always use mm/dd/yyyy when saving to access.

When retrieving from access you can format it back to dd/mm/yyyy.

Doing this will get around any problems you have.