Hi,
i am trying to turn warnings off for all action queries and record changes but my code does not seem to work
also tried
does False need to be in brackets? i tried both
I want to hard code it instead of manually deselecting in client settings as we have quite a few users using remote desktop
i am trying to turn warnings off for all action queries and record changes but my code does not seem to work
Code:
DoCmd.SetWarnings False
Code:
DoCmd.SetWarnings (False)
does False need to be in brackets? i tried both
I want to hard code it instead of manually deselecting in client settings as we have quite a few users using remote desktop