Hi,
Need some quick help - trying to do what should be very simple. I have a form in access with a text box and a button, when clicking the button SQL updates a table with 1 field (in date format) - it goes in as american date - I can't get British date format!!
SQL:
sql = "update Current_Date set Current_Date.CurrentDate=" & "#" & Format(Me!FrmCurrentDate, "dd/mm/yyyy") & "#"
E.G. I type this in as 02/04/2007 and it goes in to the table as 04/02/2007.
Please Help!!
Need some quick help - trying to do what should be very simple. I have a form in access with a text box and a button, when clicking the button SQL updates a table with 1 field (in date format) - it goes in as american date - I can't get British date format!!
SQL:
sql = "update Current_Date set Current_Date.CurrentDate=" & "#" & Format(Me!FrmCurrentDate, "dd/mm/yyyy") & "#"
E.G. I type this in as 02/04/2007 and it goes in to the table as 04/02/2007.
Please Help!!