Hi,
I have a table/query/form that lets me input data into a single table. I'm looking for a way to create a NEW record based on the LAST record, with the data from two fields switched. I created an Append Query that works fine in terms of the record information appended except that it adds a new record for EVERY record in the underlying table.
How can I get the Append query to look only at the LAST record in the table instead of all of them? If I set the criteria of any other field for a specific value, it WILL limit the append records, so I'm pretty sure that the query is OK. I do have an unique ID field that is an autonumber field. What I don't know is how to format the criteria for that field, asking for only the last record. Unfortunately, the ID/Autonumber field is the only one that is unique enough in the table to filter properly. Any help is appreciated. Thanks.
Michael
I have a table/query/form that lets me input data into a single table. I'm looking for a way to create a NEW record based on the LAST record, with the data from two fields switched. I created an Append Query that works fine in terms of the record information appended except that it adds a new record for EVERY record in the underlying table.
How can I get the Append query to look only at the LAST record in the table instead of all of them? If I set the criteria of any other field for a specific value, it WILL limit the append records, so I'm pretty sure that the query is OK. I do have an unique ID field that is an autonumber field. What I don't know is how to format the criteria for that field, asking for only the last record. Unfortunately, the ID/Autonumber field is the only one that is unique enough in the table to filter properly. Any help is appreciated. Thanks.
Michael