switch between two subfroms

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

I have a form that contains 2 subforms using the same
query. They are placed on top of one another in order to
allow the user to switch between a list view and form view
of the same data. I accomplish this by setting the visible
property on and off for the two subforms. I would like to
be able to allow the user to click a line in the "list
view" subform and switch to the "form view" subform with
the current record displayed. I'm not sure if this is
even possible because the click event will not let me hide
the subform while the command button has focus. Does
anyone know how this might be accomplished?
Thanks
Steve
 
Back
Top