G
Guest
Im trying to run and sql statement:
DoCmd.SetWarnings = False
DoCmd.RunSQL ("update AdditionalServiceRequests set request1 = 0
WHERE AdditionalServiceRequests.AdditionalServicesID= " &
[Forms]![Login]![MostRecentEventID] & " ;")
DoCmd.SetWarnings = True
but I get an error on this line:
DoCmd.SetWarnings = False
What does this mean and how do I fix it?..thanks
DoCmd.SetWarnings = False
DoCmd.RunSQL ("update AdditionalServiceRequests set request1 = 0
WHERE AdditionalServiceRequests.AdditionalServicesID= " &
[Forms]![Login]![MostRecentEventID] & " ;")
DoCmd.SetWarnings = True
but I get an error on this line:
DoCmd.SetWarnings = False
What does this mean and how do I fix it?..thanks