Visibility dependant on group

craigprice

Registered User.
Local time
Today, 06:41
Joined
Apr 8, 2013
Messages
44
Hi, I am currently putting together an "administration tool" for an access form I have built and I am looking to have it so users would log in to the admin tool and have options (command buttons) visible based on a 1 & 0 system.

I have used to following to create the login form but I wanted to know if anyone knew of a way I could add to the table things such as AppLinks, CallOuts, Notifications and then either a 1 or 0 for each user under each category, 1 being to allow access 2 being to not.

http://www.databasedev.co.uk/login.html

Is anyone able to provide some guidance on this? Would this login form even pass the logged in users unique ID number to the next form and if not is there a way I can do that?

Thanks in advance
 
passed the login id, login name, etc to a public variable or tempvars variable.
 
Do you have any good links for reference with this, its not something that I have done before and am struggling to pull it off it seems
 

Users who are viewing this thread

Back
Top Bottom