I have Microsoft Security set up on my database, using groups and permissions. I trapped the error that pops up if you click on a button to a report or form that you don't have permission to access:
If Err = 2603 Then
MsgBox "You do not have access to this department's suspenses"
But, I also have a menu bar with the reports on it. When you click on a report from the menu bar, it pops up with the Access permissions error. Is there are way to use my error handling when the menu bar is accessed? Linda Adams
Visit my web site for writing and Microsoft Word tips: Official web site for actor David Hedison:
If Err = 2603 Then
MsgBox "You do not have access to this department's suspenses"
But, I also have a menu bar with the reports on it. When you click on a report from the menu bar, it pops up with the Access permissions error. Is there are way to use my error handling when the menu bar is accessed? Linda Adams
Visit my web site for writing and Microsoft Word tips: Official web site for actor David Hedison: