How to write this sql sentence?

T

Terry Ho

Hi, all
I want to select field1 from table1, and plus field2 belongs with
table2, and the result will be store into table3. How to write this sql
sentence? Thank you very much!
 
V

Van T. Dinh

1. It sounds like you want to store redundant data??? If
the data is stored in Table1 and Table2, why do you need
to store the same data in Table3???

2. What is the relationship between Table1 and Table2?
Or you want Cartesian Join?

HTH
Van T. Dinh
MVP (Access)
 

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

list of tables with field names 2
Query help - modify SQL to get records 2
SQL Statement Insert Into 5
Combine two unrelated tables into 1 3
Conditional Query 1
sql query help 1
Query Performance. 2
combobox 3

Top