dkuzminski
Technical User
My office maintains a tracking database using highly confidential medical records. When a case is closed, we delete the record from the tracking database. What we want to do is copy the non-confidential DateReceived (date), Level(numeric), and Completion status (text) fields for statistical purposes to another table when the delete button on the screen form is selected. The statistical table will hold those plus a DateEnded field that defaults to the date the information is appended.
The problem I'm encountering is that I'm uncertain how to append those portions from only the record that's about to be deleted. So far, any attempts to append result in an append of those fields from the entire table. The button works fine for deleting the record on display. Any ideas for how to incorporate a single-record append into this process?
The problem I'm encountering is that I'm uncertain how to append those portions from only the record that's about to be deleted. So far, any attempts to append result in an append of those fields from the entire table. The button works fine for deleting the record on display. Any ideas for how to incorporate a single-record append into this process?