K
Kagsy
Dear Friends
I am from Scotland and my control panel is set to UK with
date format of dd/mm/yyyy, but why, when I run the
following dateadd function does it add 1 month to the US
date and not as I would like 1 day to the UK date. What is
the fix to this problem?
Dim StartDate As Date
StartDate = #1/4/04#
?dateadd("d",1,StartDate)
05/01/2004
Thanks pals
Kagsy
I am from Scotland and my control panel is set to UK with
date format of dd/mm/yyyy, but why, when I run the
following dateadd function does it add 1 month to the US
date and not as I would like 1 day to the UK date. What is
the fix to this problem?
Dim StartDate As Date
StartDate = #1/4/04#
?dateadd("d",1,StartDate)
05/01/2004
Thanks pals
Kagsy