Log in

View Full Version : Need to add a record to a table



abada
10-16-2006, 01:58 PM
I need to add a changed record to a history table using the "on dirty" event. I don't know how to code this. Any suggestions?

OBP
10-17-2006, 03:28 AM
There are a few ways to do this, you can use VBA created SQL, run an append query or use a form in add mode. The easiest is to run an append query.