User Profile

Collapse

Profile Sidebar

Collapse
3dcad2011
3dcad2011
Last Activity: Jul 13 '20, 10:50 PM
Joined: Jul 10 '20
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 3dcad2011
    replied to Locking fields per user rights
    whats the tag property
    See more | Go to post

    Leave a comment:


  • 3dcad2011
    started a topic Locking fields per user rights

    Locking fields per user rights

    Im trying to restict user from certain groups and only allowing them to fill in certain fields. but it seems that the code i have allows all user to enter data can some one help me. the code <
    Code:
    Option Compare Database
    
    Private Sub Form_Load()
    
    'dim the control
    Dim ctl As Control
    'If the user is in admin do not lock the fields.
        If IsUserInGroup(1) Then
        'dont lock the form
    ...
    See more | Go to post
    Last edited by NeoPa; Jul 11 '20, 12:49 AM. Reason: Added mandatory [CODE] tags.
No activity results to display
Show More
Working...