All Tables as Queries?

  • Thread starter Thread starter lettyg
  • Start date Start date
Definitively no, since a query does NOT store anything.


You can imagine queries as if they were tables, or part of tables, but they
are not real storage.



Vanderghast, Access MVP
 
Great Thank you very much!

vanderghast said:
Definitively no, since a query does NOT store anything.


You can imagine queries as if they were tables, or part of tables, but they
are not real storage.



Vanderghast, Access MVP
 
In Access, tables store data, queries provide a window for looking at the
data.

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.
 
Back
Top