Disenabling a button...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello I want to open a form and enable or disenable the buttons base on what
type of user is login.

I have a login form that goes to two different switchboard forms base on the
type of user (manage or employee). But both switchboard calls on some of the
same form; like my states form. This form has the buttons of Add, Update,
Delete, and so on. The manager would have the right to do all of the
functions but I want the employees to only have the right to just Update. So
if an employee login and opening the states form I want the Add and Delete
button to be disenable and if a manage login all the buttons stay enable.

So I would like to know does anyone know how to design is code because I am
having some problems designing it.

Thank you,
 
It looks to me like Rob Parker answered the exact same question that you
posted yesterday. Did you implement his solution? Is there something in his
response that you didn't understand or couldn't get to work? I would suggest
not starting a new thread with the exact same question - Rob, or other people
with the same problems, may be following the other thread and not notice this
new one (and it's not good etiquette).
 
Oh Ok thanks Kabaka...at the time Im working on the code that Rob is helping
me with. It seen to be working but I still want to test it out.
 
Ok, good luck & happy coding!




dcash45 said:
Oh Ok thanks Kabaka...at the time Im working on the code that Rob is helping
me with. It seen to be working but I still want to test it out.
 
Back
Top