S
Sash
I'm trying to update a few fields on a form on the click of a button. My
problem is that the form exclusively has the the table opened. I'm having
TOTAL brain freeze on this one. I tried updating on the close of the form,
deactivate the form, but nothing works.
Dim strSQLSent as String
strSQLSent = "UPDATE DischDisp set SentToRTI = #" & Date & "# WHERE
SentToRTI is null and DetailUpdatedBy is not null"
DoCmd.RunSQL strSQLSent
problem is that the form exclusively has the the table opened. I'm having
TOTAL brain freeze on this one. I tried updating on the close of the form,
deactivate the form, but nothing works.
Dim strSQLSent as String
strSQLSent = "UPDATE DischDisp set SentToRTI = #" & Date & "# WHERE
SentToRTI is null and DetailUpdatedBy is not null"
DoCmd.RunSQL strSQLSent