linking tables

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

Guest

Our company has two plants each with their own scales (to weigh logging
trucks). I need to combine two tables to get a total weight delivered. I have
common fields in both tables: contractor, date delivered, & net weights. I
have done it with a report but would like to do this with a different
proccess so that I can add other information to my report. Thanks in advance
for any help!
 
you want to do an Append Query

to be safe - create a 3rd table with all the same fields (but no data)

then set up a query against table 1....don't filter anything out, include
all the fields - and set it up as an Append Query that is appending table 3.

(in Design View of the query - go to 'Query' in the menu bar and select
'Append Query' ....it will prompt you as to which Table you wish to append)

Repeat this with another Query against Table 2 that also appends table 3....

and your table 3 should then have both data.

you could skip one step by appending one to the other....but if you've never
done it before this 3rd table is a safer approach....
 

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

Excel labels with individual weights 0
Show Dates With No Record in a Report 3
counting with a query 2
Most Recent 3 13
Report 3
Total certain records 1
data summary & macros 3
Best Practice for tables? 97

Back
Top