D
Darrell
All:
I have been trying for a couple of hours to troubleshoot this UPDATE
statement and have been unsuccessful. I read a couple of earlier posts
addressing this issue, and I still can't find the proverbial fly in the
ointment.
string = "UPDATE Table SET DateField = '2006-11-10', " & _
"TextField = 'TextValue' " & _
"WHERE Table.FieldName = 'TextCriteriaValue'"
DoCmd.RunSQL (string)
All data at this point is hard coded, so it should be very straightforward.
Thanks for any and all help.
Darrell
I have been trying for a couple of hours to troubleshoot this UPDATE
statement and have been unsuccessful. I read a couple of earlier posts
addressing this issue, and I still can't find the proverbial fly in the
ointment.
string = "UPDATE Table SET DateField = '2006-11-10', " & _
"TextField = 'TextValue' " & _
"WHERE Table.FieldName = 'TextCriteriaValue'"
DoCmd.RunSQL (string)
All data at this point is hard coded, so it should be very straightforward.
Thanks for any and all help.
Darrell