J
JGR
Thanks for the help!
I changed the code to
sql = "Update tblBBPNo" & " Set tblBBPNo.ysnAvaliable =
True;" & _
" Where intBBP_No_Id = '" & Me.intBBP_No_Id.OldValue & "'"
DoCmd.RunSQL sql
This changed the Error to:
3142 Characters found after end of SQL statment.
Is this a typo or because it is part of an IF statment and
there is another "sql=" below the DoCmd.RunSQL sql?
I changed the code to
sql = "Update tblBBPNo" & " Set tblBBPNo.ysnAvaliable =
True;" & _
" Where intBBP_No_Id = '" & Me.intBBP_No_Id.OldValue & "'"
DoCmd.RunSQL sql
This changed the Error to:
3142 Characters found after end of SQL statment.
Is this a typo or because it is part of an IF statment and
there is another "sql=" below the DoCmd.RunSQL sql?