techkenny1
Technical User
Hi all,
I have been trying to understand the date formatting in access.
Below is a part of my code for copying date data to another table.
"', #" & [Forms]![frmStaffScheduleInput]![Day1] & "#, #" & [Forms]![frmStaffScheduleInput]![Day2]....
but when it copies the date it copies it in the US format. I have read Allan Browns info, but am not able to completely understand how to change this date in the above code so that when a date is copied it copies in the Australian format.
Any help would be appreciated.
Many thanks,
KP
I have been trying to understand the date formatting in access.
Below is a part of my code for copying date data to another table.
"', #" & [Forms]![frmStaffScheduleInput]![Day1] & "#, #" & [Forms]![frmStaffScheduleInput]![Day2]....
but when it copies the date it copies it in the US format. I have read Allan Browns info, but am not able to completely understand how to change this date in the above code so that when a date is copied it copies in the Australian format.
Any help would be appreciated.
Many thanks,
KP