Table Structure Question ?

  • Thread starter Thread starter Dave Elliott
  • Start date Start date
D

Dave Elliott

Is it better to use a single table and have one of the fields (for the form)
lookup via a combo a state for example or;
use a query for the form and then link both tables together so that the
state can be looked up this way?
One table for the form or two tables using a query?

Thanks,
 
To me, the answer is "it depends". What's the point of the form? Only to
show the information, or to allow people to change it? If they can change
the information, using one table and a combo box would seem to make the most
sense. If they can only see it, using the two tables in a query should be
sufficient.
 

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