Securing a CMB

I

Ivan Grozney

I was wondering if I can put a password on a command
button. I pretty well Locked down the database but I have
a report that I would like to allow one or two users to
edit. I created a Command Button to open it in edit mode
but I would like to secure it if possible.

tia Ivan
 
J

John Vinson

I was wondering if I can put a password on a command
button. I pretty well Locked down the database but I have
a report that I would like to allow one or two users to
edit. I created a Command Button to open it in edit mode
but I would like to secure it if possible.

tia Ivan

Just put code in the button's Click event to prompt for a password
(using InputBox perhaps) and exit the click event if they don't use
the right password.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top