Append Query to Table and Table details

  • Thread starter Thread starter Ed
  • Start date Start date
E

Ed

Hi all, Using Access 2002. I have an uppend qry where it appends the info
from a main table A to another main table B. I cannot figure out how to
append the details of Main Table A to details Main table B where details is
a related table of items pertaining to the main table. (Like orders A and
order details A) to (orders B and order details B). Thanks, Ed
 
Hi all, Using Access 2002. I have an uppend qry where it appends the info
from a main table A to another main table B. I cannot figure out how to
append the details of Main Table A to details Main table B where details is
a related table of items pertaining to the main table. (Like orders A and
order details A) to (orders B and order details B). Thanks, Ed

Two append queries - one from MainA into MainB, a separate query from
DetailsA to DetailsB.
 
Thats right! works so far. Now to write a macro to do both.
Thank You.
 

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


Back
Top