Query Question about 4 tables

G

Guest

I have 4 tables,
tbl1 has fieldX, filedY and fieldZ
tbl2 has fieldA and fieldB
tbl3 has fieldC
tbl4 has fieldD

What I want to archieve is as follows
tbl1.fieldX + tbl2.fieldY - tbl3.fieldZ
+tbl2.sum(fieldA)+tbl3.sum(fieldc)=tbl4.fieldD

part2:
tbl3.fieldC=Avg(tbl4.fieldD)
Please help!
 
G

Guest

How do you link the tables?
Or mybe there is only one record in each table, except of the table where
you sum the values?
Do you sum all the records in the table, or there is a filter?

We need more details.
 
G

Guest

These are different fields obvously there is a link that will link all the
tables and that would be EmplID I only grabbed a few fields from each of the
table. What am trying to find out is how I can grab a few fields that can be
calculated and paste the infor in a different table..
 

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

Top