Relationships between two queries

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I created three different tables with common field I would like to do a query
that merge common fields and uncommon fields into one table the only problems
is that some on field have data type memo, I am getting a messege that the
query cann't be created because of these types of field
Any suggestions?
 
When you say "merge into one table" do you mean you actually want to create
a new table? Why?

A query can be used just like a table in your forms, reports, or even other
queries. Simply build your query to pull the data you want, then use that
query as the source for your forms or reports.
 
Back
Top