N
Neil Cash
So I've come to the end of a long road. A database some 10 months in the
making. The database requires each user to have a set of limitations.
Everything works great for the administrators and the full data users. I'm
getting hung up on the read-only users though. Some forms are insert forms
so Access will do one of two things: Treat it as an error and fail (which I
can put in an error handler and redirect it to the previous form) or it will
display a blank form in which the user can only close out of (and since close
buttons are disabled they exit Access). And I was wondering what the best
solution would be. It wouldn't be a "null" situation would it? and I
imagine the bit of code would appear on the open/load event. Thanks in
advance.
making. The database requires each user to have a set of limitations.
Everything works great for the administrators and the full data users. I'm
getting hung up on the read-only users though. Some forms are insert forms
so Access will do one of two things: Treat it as an error and fail (which I
can put in an error handler and redirect it to the previous form) or it will
display a blank form in which the user can only close out of (and since close
buttons are disabled they exit Access). And I was wondering what the best
solution would be. It wouldn't be a "null" situation would it? and I
imagine the bit of code would appear on the open/load event. Thanks in
advance.