Copying layout of form to use for other forms

  • Thread starter Thread starter Jessica
  • Start date Start date
J

Jessica

Am trying to copy the layout of one form for multiple
forms. I have different tables created, and my original
form has a link to another table for its dropdown combo
box. It is a very long form I cannot conceivably recreate
40 some times for each account I need.

How do I copy the original form and tie it to a different
main table, while maintaining the tie to the dropdown
combo boxes? Can I save the form layout as a template,
and if so, how do I do so and then use the template for
each of the 40 accounts I need to do this for? Thank
you...,
 
Jessica said:
Am trying to copy the layout of one form for multiple
forms. I have different tables created, and my original
form has a link to another table for its dropdown combo
box. It is a very long form I cannot conceivably recreate
40 some times for each account I need.

How do I copy the original form and tie it to a different
main table, while maintaining the tie to the dropdown
combo boxes? Can I save the form layout as a template,
and if so, how do I do so and then use the template for
each of the 40 accounts I need to do this for? Thank
you...,

If you have 40 tables that are identical in structure and just have data for
different accounts, then you should combine them into one large table with an
additional field to identify the account. Then you only need one form.
 
Back
Top