Hi,
I have a table in MS SQL that has some columns declared as Date (NOT DateTime)
When I link Access to SQL and view the bound fields on a form they are not recognised as date fields and show as text.
Any input of a valid date creates the following error...
I'm using 19/10/15 as the date.
Because I am unable to apply a data format type to the form field as it isn't recognised as a date field, it is taking that date as an invalid USA date.
I don't want a time dimension in the SQL table, but it seems Date isn't a recognised data type in MS Access 2010, so it is taking the input as string literal and USA format!
Is there any way I can fix this so it recongnises UK dates correctly like all my other datetime fields do?
Thanks,
1DMF
"In complete darkness we are all the same, it is only our knowledge and wisdom that separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Free Electronic Dance Music
I have a table in MS SQL that has some columns declared as Date (NOT DateTime)
When I link Access to SQL and view the bound fields on a form they are not recognised as date fields and show as text.
Any input of a valid date creates the following error...
Conversion failed when converting date and/or time from character string
I'm using 19/10/15 as the date.
Because I am unable to apply a data format type to the form field as it isn't recognised as a date field, it is taking that date as an invalid USA date.
I don't want a time dimension in the SQL table, but it seems Date isn't a recognised data type in MS Access 2010, so it is taking the input as string literal and USA format!
Is there any way I can fix this so it recongnises UK dates correctly like all my other datetime fields do?
Thanks,
1DMF
"In complete darkness we are all the same, it is only our knowledge and wisdom that separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Free Electronic Dance Music