joining queries

F

Faisal

i have a query with a field called"product1"
i have a another query with a field called "product2"
now i want to make a query by using these two queries
in my new query only one filed should see that "product1"
continew with "product2"
any tips pls
 
M

mscertified

I dont really understand what you need but try this:
SELECT Q1.*, Q2.* FROM Query1 As Q1, Query2 As Q2 WHERE Q.Product1 =
Q2.Product2

-Dorian
 
F

Faisal

dear sir,

soryy for your confusion over my question actually i want to merge two field
of two different quries as one query ,but i got solution form other source by
using union query

thnank you for you kind attention over my question
regrds
faisal
 

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

Similar Threads

Query - Crosstab ? 2
Sum expression over two records 6
Running month sum 2
Subtotal query 1
Lookup multiple items 6
Incone & Expenses Statement 0
Dynamic fields of query 1
Database summary 4

Top