User Profile

Collapse

Profile Sidebar

Collapse
sinvier
sinvier
Last Activity: Nov 19 '14, 02:00 AM
Joined: Nov 9 '14
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sinvier
    replied to Enable / Disable MS Access Button
    I figured it out, thanks though and Twinnyfo that was a good read. Thanks.

    If strCBOPass = strPassword And strUsertype = "Administra tor" Then

    DoCmd.Close acForm, Me.Name
    DoCmd.OpenForm "Main_Form"

    ElseIf strCBOPass = strPassword Then

    DoCmd.Close acForm, Me.Name
    DoCmd.OpenForm "Main_Form2 "
    See more | Go to post

    Leave a comment:


  • sinvier
    started a topic Enable / Disable MS Access Button

    Enable / Disable MS Access Button

    I need help with a vba code to only allow people who are logged in as Admin to be able to open a button called Manage Users and at the same time grey it out for people who log in as User. Thanks in advance for the help!

    MS ACCESS 2013
    See more | Go to post
No activity results to display
Show More
Working...