AccessDevJunior
Programmer
Hya,
I have a access form where i would like certain user's restricted from opening.
I do not tend to use much expressions in my databases
and so i have not much experience, basically what i want is if a particular user trys to open form and their username dosnt match up with the list of usernames in table the Event is cancelled. If the username does match the Event will continue.
IF [UserName] IsNot "abc" Cancell Event
Could anyone help me with this?
I have a access form where i would like certain user's restricted from opening.
I do not tend to use much expressions in my databases
and so i have not much experience, basically what i want is if a particular user trys to open form and their username dosnt match up with the list of usernames in table the Event is cancelled. If the username does match the Event will continue.
IF [UserName] IsNot "abc" Cancell Event
Could anyone help me with this?