adding additional permissions to user form

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jay123987
    New Member
    • Oct 2009
    • 6

    adding additional permissions to user form

    Happy new year all - hope you had a great one!

    I am kind of stuck in regards to creating a particular function on a form.

    I currently have a form that allows the operator to insert details or request made by users seeking access to a software system.

    It has 4 combo boxes that

    Type of access ; values = read, edit, associate
    Level 1 - values = 1,2,3,4
    Leve 2 - values - A, B, C , D
    Level 3 - values - AA,BB,CC,DD

    a user can define what access they require by selecting values from combo box

    Type of access - Read
    Level 1 - 1
    Level 2 - B
    Level 3 - CC

    so their read access will be at pathway 1/B/CC

    i then want the user to click a button at end of the combo boxes row called "add another permission" if they want additional access to another area / level.

    By clicking the button a new row will appear on the form under the previously inputted fields prompting user to input any futher access they may require at another level i.e edit access at 4/D/AA.

    Any support or guidance would be greatly appreciated.

    Thanks
  • TheSmileyCoder
    Recognized Expert Moderator Top Contributor
    • Dec 2009
    • 2322

    #2
    Have you tried setting the form's properties to Continous form?

    Comment

    Working...