Hey guys!
I set some permissions to the forms and reports. But I'd like to suppress "error" messages when the user try to access unauthorized objects.
I used the forum search and i found the topic below which mention
DoCmd.SetWarnings False
suppress error messages
But, in this case will I have to spread this code all around my VBA code?
I mean, isn't a better way to do that? if I save the MBD as MDE it still poping up the message.
Thanks !
I set some permissions to the forms and reports. But I'd like to suppress "error" messages when the user try to access unauthorized objects.
I used the forum search and i found the topic below which mention
DoCmd.SetWarnings False
suppress error messages
But, in this case will I have to spread this code all around my VBA code?
I mean, isn't a better way to do that? if I save the MBD as MDE it still poping up the message.
Thanks !