Populating my tables with a form.

T

todd

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
 
S

Steve Schapel

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.
 
Top