Combining Forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Currently the database is set up that I have three forms. Can anyone tell me
if there is an easy way to make these three seperate forms one form or do I
have to re-create them....
 
Why Not start up a new form and then copy and paste the
fields into it from the old forms or am I missing
something? :))

Hope This Helps
 
I guess I am not sure what you mean, When I try the cut and paste option the
new form doesn't seemed to be linked with the table anymore. It just gives
me #name% in the fields.

Also the three forms place data into three seperate tables.
 
A quick and dirty way would be to pick one of your forms (the form that shows
the parent table of the relation) and create two subforms on it. You could
even use a TAB control for better screen data management. The two subforms
would effectively should the other two forms under the main one.

You will need to link the two subforms using a common piece of data from the
main form, so that your screens are in sync.

Sammy
 
Back
Top