S
segurarl
Hello:
I run a few queries in the event forms.
Is there any way to confirm and/or check the query was successfull, maybe
with a message?
Sometimes the query (update ) appears to run and there is no error message
but the records are not updated. This is how I call the query:
Dim stDocName as string
stDocName = "UpdateItemLocation"
DoCmd.OpenQuery stDocName, acNormal, acEdit
Thank you!
I run a few queries in the event forms.
Is there any way to confirm and/or check the query was successfull, maybe
with a message?
Sometimes the query (update ) appears to run and there is no error message
but the records are not updated. This is how I call the query:
Dim stDocName as string
stDocName = "UpdateItemLocation"
DoCmd.OpenQuery stDocName, acNormal, acEdit
Thank you!