BoatingGirl
Programmer
I've hit a stumbling block in coding, which isn't a very big suprise, because I only understand the basics of VBA. I haven't figured out how to write my own original code yet, I keep relying on examples in books, and I can't find an example that speaks what I need done.
What I'm trying to do is limit who can check a checkbox in a form based on the user. If the person trying to put a check in the box is not one of the users with permission then they will get an error message telling them they do not have permission. I am using Access 2002 its built-in security.
Example: In a form I have a checkbox labled "BoatingGirl" and when I am logged in as BoatingGirl I can put a check in that box. But when BoatingBoy logs in he would not be allowed to check the box and would get an error message box that says "You are not allowed to do that!"
About the only thing that I can code is the Message Box.
I am trying to teach myself VBA as quickly as I can, but unfortunately my company's current need has outpaced me.
Thank you in advance for any help!
-=BG=-
What I'm trying to do is limit who can check a checkbox in a form based on the user. If the person trying to put a check in the box is not one of the users with permission then they will get an error message telling them they do not have permission. I am using Access 2002 its built-in security.
Example: In a form I have a checkbox labled "BoatingGirl" and when I am logged in as BoatingGirl I can put a check in that box. But when BoatingBoy logs in he would not be allowed to check the box and would get an error message box that says "You are not allowed to do that!"
About the only thing that I can code is the Message Box.
I am trying to teach myself VBA as quickly as I can, but unfortunately my company's current need has outpaced me.
Thank you in advance for any help!
-=BG=-