I have a form that is viewing records of a linked database. I have a button that runs an Append Query, to add that record to a different table. The problem is that the query appends all records. I only want to it append the currently selected/viewed record. The solution seems to be to specify a WHERE clause, using the PK, but being a linked table, there is no PK, nor can I edit/designate one. Any ideas?