Alabaster2100
IS-IT--Management
I have an application that I'm modifying with a new search function. In order to trap for records not found I use a rst.move with on error move next. Once I've finished this trap I normally would set on error goto 0 in order to re-enable error trapping.
The application has had a very extensive security model setup and when I log in as one of the users and try my search I get an error of
Run-Time Error 3033
"You do not have permissions to use the MsysTables object"
This error does not occur if I comment out the on error goto 0.
Can anyone shed some light on this, my search is looking at a table of serial numbers, nothing special...
Thanks in advance
Peter
~~~~~~~~~~~~~~~~~~~~~
Peter
-Self educated Geek-
If it can be fixed...
I can break it!
The application has had a very extensive security model setup and when I log in as one of the users and try my search I get an error of
Run-Time Error 3033
"You do not have permissions to use the MsysTables object"
This error does not occur if I comment out the on error goto 0.
Can anyone shed some light on this, my search is looking at a table of serial numbers, nothing special...
Thanks in advance
Peter
~~~~~~~~~~~~~~~~~~~~~
Peter
-Self educated Geek-
If it can be fixed...
I can break it!