Tables

  • Thread starter Thread starter md
  • Start date Start date
M

md

I am creating a form with several database tables. How do
I populate each of the tables that have similar
information?
 
A more robust approach to database design is from the data (tables) outward.
If you are starting with "a form", and trying to "populate each of the
tables that have similar information", consider looking into the topic of
normalization before you proceed.

Look up KB article # 100139 at:
http://support.microsoft.com

Good luck

Jeff Boyce
<Access MVP>
 
Back
Top