B
Billp
Hi,
I have the following sql statement.
'now set follow up
strsql1 = "UPDATE tblCustomerContacts " & _
" SET [Follow_Up] = " & Me![Follow_Up] & _
" WHERE [LineID] = " & Me!Customer_Contact_LineID 'Quotes this
way as feild is numeric
Debug.Print strsql
Where Me![Follow_Up] is a date - short date
The field that is being updated is also a date feild
In the current format 25/06/2010 (25 June 2010) results in 30/12/1899
ummmmmmmmmmmmmmmmmmm??????????????
What is the correct syntax to get the date to insert into the other field
and show correctly.
Thanx
I have the following sql statement.
'now set follow up
strsql1 = "UPDATE tblCustomerContacts " & _
" SET [Follow_Up] = " & Me![Follow_Up] & _
" WHERE [LineID] = " & Me!Customer_Contact_LineID 'Quotes this
way as feild is numeric
Debug.Print strsql
Where Me![Follow_Up] is a date - short date
The field that is being updated is also a date feild
In the current format 25/06/2010 (25 June 2010) results in 30/12/1899
ummmmmmmmmmmmmmmmmmm??????????????
What is the correct syntax to get the date to insert into the other field
and show correctly.
Thanx