Populating my tables with a form.

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

Guest

Is it possible to populate my tables with one form that contains every field?
I have around 9 tables and want to be able to populate them on one form
instead of each table one at a time. Thanks for the help

Todd
 
Todd,

The way to go about this would depend a lot on the relationships between
the tables. In any case, it is *extremely* unlikely that you could have
a single form bound to an updatable query that includes all 9 tables.
If there are one-to-many relationships between tables, you could
consider a form/subform structure. If some of the tables are
independent, you could consider putting the forms bound to these tables
on different pages of a Tab Control, for more convenient access.

If you need more specific help, please post back with more details, with
examples, and someone may be able to advise further.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top