Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Access Newsgroups
Access Security
Password protection on a specific button?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Keith Wilby, post: 2513857"] No, you can't do that, but what you can do is use the CurrentUser function to determine who's logged on and set the button's "enabled" property accordingly in the form's open event: If CurrentUser = "Joe Bloggs" Then Me.cmdMyCommandButton.Enabled = True Else Me.cmdMyCommandButton.Enabled = False End If HTH - Keith. [URL="http://www.keithwilby.com"]www.keithwilby.com[/URL] [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Access Newsgroups
Access Security
Password protection on a specific button?
Top