I’ve been experimenting with the .visible property. I have managed to make a combo box appear when i click on a certain area of a form. (A transparent button)
however, i’m thinking this could be taken further using the identity of the person logged on. (Security is set on this database, im just doing some project work within it).
sooooo,,,,,,,,
lets say i create a table of people who i want certain menu’s to appear..
Bob
Jeff
Phil
And i have some way of seeing who is actually logged in.. lets call him/her ‘User’
Can anyone come up with a small piece of code to check the table for me ?
——————————–
I would imagine the code would go on the on open part of the form ?
Sorm sort of loop with, If User = Table then
Forms!Combobox1.Visible = True
Forms!Combobox2.Visible = True
in the middle ?
Thereby giving extra functions to certain people.
Regards
Steve