I've read the other posts, but still can't see how to do this.
I have a form and opens up a datasheet to a table. I then use the date picker to limit the recordset showing in the form. Once I review the records for the day, I now want to use a button to do the following:
Append 3 of the fields [SC, TFN, EP] to another table with today's timestamp.
Example: The recordset in the form shows 90 records. However, 30 of them have not been timestamped showing they have been reviewed. The timestamp field is in the table I am appending to. I need to append ONLY THOSE 30 to another table with todays' timestamp. The 30 I need to append to the other table have a common criteria of EP is Null.
Basically, need to copy the records as they are to a new table with timestamp, but only copy the records with EP is Null that are showing in the form filter.
Is this possible?
I have a form and opens up a datasheet to a table. I then use the date picker to limit the recordset showing in the form. Once I review the records for the day, I now want to use a button to do the following:
Append 3 of the fields [SC, TFN, EP] to another table with today's timestamp.
Example: The recordset in the form shows 90 records. However, 30 of them have not been timestamped showing they have been reviewed. The timestamp field is in the table I am appending to. I need to append ONLY THOSE 30 to another table with todays' timestamp. The 30 I need to append to the other table have a common criteria of EP is Null.
Basically, need to copy the records as they are to a new table with timestamp, but only copy the records with EP is Null that are showing in the form filter.
Is this possible?