about two specific tables

R

ryan c

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!
 
A

Allen Browne

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.
 
Top