megatronixs
Registered User.
- Local time
- Today, 12:44
- Joined
- Aug 17, 2012
- Messages
- 719
Hi all,
I have a form that is used to import data from excel sheet.
when it imports the data, it uses the date of import day (lets say today) in the table. we use the UK date format dd/mm/yyyy, but when we use it via the vba automation, it uses the US date format and works really bad.
this is the part from the SQL to update the table:
any way this could be forced to use the dd/mm/yyyy ?
greetings.
I have a form that is used to import data from excel sheet.
when it imports the data, it uses the date of import day (lets say today) in the table. we use the UK date format dd/mm/yyyy, but when we use it via the vba automation, it uses the US date format and works really bad.
this is the part from the SQL to update the table:
Code:
[COLOR=black][FONT=Segoe UI]#" & Me.Date_uploaded.Value & "#[/FONT][/COLOR]
any way this could be forced to use the dd/mm/yyyy ?
greetings.