M
Michael Hanlon
I have a form that has some subforms on it and I would like to hide the Pers
info form from everyone expect pers in one department I can open the main
form in code like
DoCmd.OpenForm "frmemp", acNormal
but how do I hide the subform frmpersinfo
second question
On this same form frmemp I have a combbox named department and I will like
to open the form in code only to show the pers in there department only like
in account.
any help is great and thanks in advance.
mike
info form from everyone expect pers in one department I can open the main
form in code like
DoCmd.OpenForm "frmemp", acNormal
but how do I hide the subform frmpersinfo
second question
On this same form frmemp I have a combbox named department and I will like
to open the form in code only to show the pers in there department only like
in account.
any help is great and thanks in advance.
mike