Hey,
FRMLOGIN CODE
i managed to get the swichboard to open from a succesful login but now i want some controls to be hiddien depending on who logged in. how do i get to the swtich board controls from code in the login form because line 3 is giving me controls for the current form, login form
thankyou
FRMLOGIN CODE
Code:
Private Sub Form_Load() If userdeptid = 1 then me.Controlname.visible = false end sub
thankyou
Comment