Table vs. query in forms

  • Thread starter Thread starter Jill
  • Start date Start date
J

Jill

I've seen the practice of using queries in forms. Is this recommended? Why?

That is... I am pretty much making data entry forms and am basing them off
of the tables. Should I be making queries of these tables and basing the
forms off of these instead?

If so, should this practice include "look up tables" (tables that I'm using
in multiple combo boxes for multiple fields on the form - they just have an
ID (primary key) and a field for categories such as "0-25%", "26-50%", etc.)?

Thanks,

Jill
 
Jill,

As long as your record source for your form is a single table, then it won't
matter a lot. If you need more than one table in the record source, then you
will need to use a query.
 
I prefer queries as I can change and test a query without saving where as you
have to save changes to the form.
Also the query can be used for other things like a report or as source for
other queries.
 

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