BullHalseyUSN
Technical User
Greetings, Experts:
I am afraid this is going to be me parading my ignorance. However, I could not find a good description of how one uses nowarn().
I have a command button that launches an update query. I must turn the warnings and notifications off, as my users are reporting these as "bugs!" and asking if they should press "ok" or "cancel" about 356X a day! Aargh.
In relevant part, I have
Private Sub Command73_Click()
On Error GoTo Err_Command73_Click
Dim stDocName As String
stDocName = "Query2"
DoCmd.OpenQuery stDocName, acNormal, acEdit
etc.
How do I make Query2 shut up already about updating the goshdarn records!
Don't understand this nowarn function.
Many thanks!
BH
I am afraid this is going to be me parading my ignorance. However, I could not find a good description of how one uses nowarn().
I have a command button that launches an update query. I must turn the warnings and notifications off, as my users are reporting these as "bugs!" and asking if they should press "ok" or "cancel" about 356X a day! Aargh.
In relevant part, I have
Private Sub Command73_Click()
On Error GoTo Err_Command73_Click
Dim stDocName As String
stDocName = "Query2"
DoCmd.OpenQuery stDocName, acNormal, acEdit
etc.
How do I make Query2 shut up already about updating the goshdarn records!
Many thanks!
BH