Basic info table

R

RagenH

I need to set up one table of basic information for our physicians that can
be the start of several other tables. However, I will need all the other
tables that are formed from this basic table to update whenever a new
provider is added to the initial basic information table.
 
J

John Vinson

I need to set up one table of basic information for our physicians that can
be the start of several other tables. However, I will need all the other
tables that are formed from this basic table to update whenever a new
provider is added to the initial basic information table.

If you're talking about having a template table, and making many
identical tables with the same structure and storing the basic table
data redundantly in all of them - STOP. That's not how relatonal
databases work! Read the reference Duane provided, and redesign.

If that's not what you're talking about, please repost and explain in
more detail. How would this "basic info" table be used?

John W. Vinson[MVP]
 

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

Top