jgoodman00
Programmer
- Jan 23, 2001
- 1,510
I have a number of forms which need to access the same append query. This query will be triggered before_update of the form, copying the current records data into a history table before the current modifications are saved. I need to pass the value of the PrimaryKey (RefNo) into the query, so that only one record is inserted into the history table. If only one form was going to trigger this query, it is simple to set the query criteria to [forms]... However, I need to call the query from 8 forms...
Any suggestions?? James Goodman
Any suggestions?? James Goodman