hermanlaksko
Programmer
I have an ADP front that is used i vaious countryes, however when used in finland it comes up with all kinds of errors on dates.
I.E. when creating a recordset it will give an error although the format looks correct.
The finish date format is dd.mm.yyyy so I figured that it might be the date format or the "." in the date, and I tryed various like format(DateFld,"mm-dd-yyyy") but to no awail.
If there is a variable like "MyDay As Date", the program will give an error on that, if I remove the "As Date" and use the "format(..." on MyDay, instead it will give an error there.....
Can anyone help - Thanks in advance!
Herman
Say no to macros
I.E. when creating a recordset it will give an error although the format looks correct.
The finish date format is dd.mm.yyyy so I figured that it might be the date format or the "." in the date, and I tryed various like format(DateFld,"mm-dd-yyyy") but to no awail.
If there is a variable like "MyDay As Date", the program will give an error on that, if I remove the "As Date" and use the "format(..." on MyDay, instead it will give an error there.....
Can anyone help - Thanks in advance!
Herman
Say no to macros