Show and use more than one form on a page

  • Thread starter Thread starter springschick
  • Start date Start date
S

springschick

I have a simple database with three data-entry forms, one for each piece of
equipment. Is there a way that I can put all three forms on one page so that
the end user does not have to keep switching between them? Thanks.
 
Seems odd to have a different form for each piece of equipment, but
to answer your question, put them all on a tab control in a single form.
 
It is odd, and not the way I had it set up at first, but my manager told me I
had to make it "idiot proof", so I had to do it this way. Thanks for the
information.
 
I have a simple database with three data-entry forms, one for each piece of
equipment. Is there a way that I can put all three forms on one page so that
the end user does not have to keep switching between them? Thanks.

A Tab control as Sean suggests, or if the forms aren't too big, you could put
three Subforms on a single unbound form, side by side.
 
Back
Top