T
Tom G.
I have a form with a single subform. Based on a login
validation I want to change the source for the subform so
that one of three subforms show depending on the login
type. The main form will open with a default subform
showing. After login I want to switch to one of the other
two subforms. There are no linked fields between the
parent and child forms so I'm thinking it should be a
matter changing the source object and maybe refreshing the
view.
I have all my VBA code written and working for the login
but I can't get the subform to change. Any suggestions on
the proper line of code to do this?
Thanks...
Tom G.
validation I want to change the source for the subform so
that one of three subforms show depending on the login
type. The main form will open with a default subform
showing. After login I want to switch to one of the other
two subforms. There are no linked fields between the
parent and child forms so I'm thinking it should be a
matter changing the source object and maybe refreshing the
view.
I have all my VBA code written and working for the login
but I can't get the subform to change. Any suggestions on
the proper line of code to do this?
Thanks...
Tom G.