Good Morning,
The following is a transcript from the Access Forum I am hoping someone in this forum will be able to pinpoint the problem with the statement. The SQL statment is not updating the field.
MsMope (IS/IT--Manageme) Sep 16, 2004
Alright, here is the last mod to this, I found a module that gives me the current ID, works great, but it is still not updating:
DRIVING ME BONKERS
The following is a transcript from the Access Forum I am hoping someone in this forum will be able to pinpoint the problem with the statement. The SQL statment is not updating the field.
MsMope (IS/IT--Manageme) Sep 16, 2004
Alright, here is the last mod to this, I found a module that gives me the current ID, works great, but it is still not updating:
Code:
strSQL = "UPDATE user_tblJobProp" & " " & _
"SET user_tblJobProp.[Delivery_Charge]= '1000'" & " " & _
"WHERE user_tblJobProp.[ID]= is_modoutline_getcurrentid();"
DRIVING ME BONKERS