Query to update 2 tables

B

BEJ

In my db, access 2007, I have two tables setup "Input" and "Payment_Details".
What I want to happen is when a user enters an item into the the "Input"
table the Vendor field is automatically added to the "Payment_Details" table.
I have setup an append query, but how do I make it run when the "Input" table
is updated or can I. I started on the following macro, but I do not want my
users to have to remember to hit run macro.

Docmd.SetWarnings False
Docmd.OpenQuery "Add_query"
Docmd.SetWarnings True

Thanks for the help!
 

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