V
Vivista Eastbourne
I have the following query!!!
STRSQL1 = "UPDATE tblMailingList SET tblMailingList.SelectForPrint = -1,
tblMailingList.LetrefNotes = " & "LetrefNotes " & " & Now() " & vbCrLf & "
WHERE (((tblMailingList.SelectForView)=-1));"
for some reason, the vbCrLf does not create a carriage return, although no
errors are passed on
also, how and where could I add the text "Added on " as every time I try to
add the text I get an error
Many Thanks
Andy
STRSQL1 = "UPDATE tblMailingList SET tblMailingList.SelectForPrint = -1,
tblMailingList.LetrefNotes = " & "LetrefNotes " & " & Now() " & vbCrLf & "
WHERE (((tblMailingList.SelectForView)=-1));"
for some reason, the vbCrLf does not create a carriage return, although no
errors are passed on
also, how and where could I add the text "Added on " as every time I try to
add the text I get an error
Many Thanks
Andy