Results 1 to 3 of 3
  1. #1
    billgyrotech1 is offline Competent Performer
    Windows 10 Access 2010 64bit
    Join Date
    May 2019
    Posts
    179

    Get User Level on Login Form

    Hi,

    How can the field "User Level" on my Login form auto populate when the User Name is selected.

    Hold down shift key when opening database.

    Thanks,
    Bill

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Since employee is a combobox, have its RowSource be a query that includes SecurityLevels table.
    ColumnCount: 3
    ColumnWidths: 1";0";0"

    Then UserLevel locked textbox (not a combobox) can reference combobox column:
    =[cboUserName].Column(2)

    Also set its TabStop to No.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    billgyrotech1 is offline Competent Performer
    Windows 10 Access 2010 64bit
    Join Date
    May 2019
    Posts
    179
    Thank you so much June7 that works perfectly!

    You are amazing!

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 1
    Last Post: 03-10-2014, 11:53 AM
  2. Replies: 13
    Last Post: 11-18-2013, 02:20 PM
  3. User Login Form
    By glen in forum Forms
    Replies: 21
    Last Post: 09-17-2012, 09:09 AM
  4. Duplicate data entry on form level by user
    By Kananelo in forum Forms
    Replies: 1
    Last Post: 02-10-2012, 01:09 AM
  5. Replies: 8
    Last Post: 06-30-2010, 10:57 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums