Input parameter for append query

A

Andreas

I am designing an append query that will read data from one table and append
to the other. That will be triggered from within the form so, I want to use
the primary key of the currently displayed record as criteria.
1) How do I define this in the criteria option of the append query?
2) What code do I need to use on my trigger in the form, in order to open
this query and pass the value of the primary key as parameter to the query?
 
Top