Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

insert one table and update other at same time

Status
Not open for further replies.

Reinier11

Technical User
Jun 19, 2003
22
ES
What is a good (the best?) way to append a record to a history table, after a user has updated the current record? I have a form wich is based on a table that must be updated, but the updated record has to be 'stored' in another table that contains the 'history'.
Before I start coding, has anyone done something alike? I would appreciate any help.
Gr,
R
 
You might consider attaching code to the Save button that would fire an append query for the current record to the history table.......
 
The thing is I wasn't sure witch event I wanted to fire the append query and if I wanted to use a temorary table.
I do now use just a bound form and an append query fired by the afterupdate-event of the form. works fine till now.
Thanx for the remark anyway.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top