T
T.J. Bernard
I have an MS Access ADP that is finished up and working
great. It is testing out perfect, and I am excited.
Except my London users are having errors. I traced the
error down, and it is due to the date format differences.
In the USA we use (mm/dd/yyyy) and in the UK they use
(dd/mm/yyyy). No biggie I thought, I just added the code:
Format(myfield, "mm/dd/yyyy")
This has always worked in the past. After adding this
code I tested the database again (I changed to the UK date
standard on my machine). And the weirdest thing is it
just seems to ignore the function. It doesn't give me an
error, it compiles just fine, but the format function
doesn't do anything.
I stepped through the code and the date variable stays the
same value before, during and after the format statement
(20/9/2004) thus giving me an error when I try to pass the
value to a stored procedure.
If anyone has run into this before, or has any
recommendations it would be greatly appreciated.
Thank you,
T.J.
great. It is testing out perfect, and I am excited.
Except my London users are having errors. I traced the
error down, and it is due to the date format differences.
In the USA we use (mm/dd/yyyy) and in the UK they use
(dd/mm/yyyy). No biggie I thought, I just added the code:
Format(myfield, "mm/dd/yyyy")
This has always worked in the past. After adding this
code I tested the database again (I changed to the UK date
standard on my machine). And the weirdest thing is it
just seems to ignore the function. It doesn't give me an
error, it compiles just fine, but the format function
doesn't do anything.
I stepped through the code and the date variable stays the
same value before, during and after the format statement
(20/9/2004) thus giving me an error when I try to pass the
value to a stored procedure.
If anyone has run into this before, or has any
recommendations it would be greatly appreciated.
Thank you,
T.J.