Subform

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

Guest

I have four tables that I am using to create a form. When I use the form wizard, it comes up with an option for either linking forms or using sub-forms... is there some way I can avoid doing either of these things?
 
If you mean how do you use the wizard to create a form from all 4 tables,
you could first create a query pulling in all the fields from the seperate
tables that will be required on the form and then run the form wizard on the
query.


Yasmin said:
I have four tables that I am using to create a form. When I use the form
wizard, it comes up with an option for either linking forms or using
sub-forms... is there some way I can avoid doing either of these things?
 
Have tried creating a query and using that for the form, but still get the same "subform" or "linked form" option come up in the form wizard... any more suggestions?
 
Have tried creating a query and using that for the form, but still get the same "subform" or "linked form" option come up in the form wizard... any more suggestions?

Well... then don't use the wizard; just create the form on its own.
 
Back
Top