Append Query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I modify the append query to only append the displayed form record,
and does the expression go into the criteria?

Many thanks for your anticipated support.
 
Assuming that the form shows the primary key for the table, put something
like below in the criteria under the primary key field in the query:

[Forms]![frmParameter]![txtParameter]

Change the frmParameter and txtParameter to the correct form and text box
name.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top