Append in two table

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

Guest

Hi all,
How can I append data in two related tables simultaneously?
any help/suggestion would be appreciate
 
Hi all,
How can I append data in two related tables simultaneously?
any help/suggestion would be appreciate

A single Append query can only update one table, but you can call two
Append queries in sequence from a macro or (better) from VBA code.

What exactly are you trying to accomplish?

John W. Vinson [MVP]
 

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

Back
Top