Page 2 of 2 FirstFirst 12
Results 16 to 18 of 18
  1. #16
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922

    Yes! You'll be late for work!

  2. #17
    tcheck is offline Competent Performer
    Windows 7 Access 2007
    Join Date
    Nov 2010
    Posts
    131

    Thanks for the hand holding

    So I moved the Modules to my database and added the code of;

    Private Sub Form_Open(Cancel As Integer)
    Dim strGroupWithAccess As String

    strGroupWithAccess = "Tester1"
    Cancel = Not IsMemberOfSecurityGroups(strGroupWithAccess)
    If Cancel = True Then
    MsgBox "You have no access to this form.", vbExclamation
    End If
    End Sub

    to a test form and I get the following 2 errors;

    Object variable or With Block Variable not set

    I click OK and then

    Subscript out of range.

    Not sure what I did incorrect.

  3. #18
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    I believe your error is coming from the IsMemberOfSecurityGroups function. Have you single stepped it to see what is going on?

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Users on Different Domains
    By bhj83 in forum Security
    Replies: 1
    Last Post: 01-05-2011, 09:33 PM
  2. code changes from access 2003 to access 2007
    By daversb in forum Programming
    Replies: 1
    Last Post: 11-30-2010, 05:32 PM
  3. Replies: 6
    Last Post: 12-01-2009, 11:59 AM
  4. Replies: 0
    Last Post: 11-17-2009, 02:35 PM
  5. Replies: 32
    Last Post: 09-16-2009, 10:06 AM

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