M
Michael Hanlon
Ok I have a sub form that I would like to hide depending on the password
give by the user.
The main form name is Pers and the sub form name is Pers info. I tryed it
this way but no joy
The main form opens and the filter works but the subform is still there.
any help would be great thanks in advance.
DoCmd.OpenForm "pers", acNormal, ,"[department] = 1" , , , "pers
info.visible = false"
give by the user.
The main form name is Pers and the sub form name is Pers info. I tryed it
this way but no joy
The main form opens and the filter works but the subform is still there.
any help would be great thanks in advance.
DoCmd.OpenForm "pers", acNormal, ,"[department] = 1" , , , "pers
info.visible = false"