Hi
I am using the following code to set a date and time for an outlook appointment created from an access db
.Start = "#" & Format(dtDate, "dd/mm/yyyy") & " " & Format(dtTime, "hh:mm:ss") & "#"
I have ran my code with a start time on 10am, 2pm and 4.30pm, but my code seems to put them in the right day, but all starting at 3.30.
Can anyone advise on the possible issues?
Thanks in advance
I am using the following code to set a date and time for an outlook appointment created from an access db
.Start = "#" & Format(dtDate, "dd/mm/yyyy") & " " & Format(dtTime, "hh:mm:ss") & "#"
I have ran my code with a start time on 10am, 2pm and 4.30pm, but my code seems to put them in the right day, but all starting at 3.30.
Can anyone advise on the possible issues?
Thanks in advance