about two specific tables

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

Guest

i want to save my records in 2 specific tables. for example, i enter the
consumer name in consumer table, i want it automatically enter it in history
table. little help please!
 
Your form is bound to the Client table? Use the AfterInsert event of the
Client form to Exeucte an append query statement that writes it to the
history table as well.
 

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