J
JohnLute
Is it possible to archive records?
Here's my table and two of the fields:
tblProfiles.txtProfileID(p).txtVersion
What I'd like to do is archive a record whenever the version is changed. For example, let's say txtProfileID is 205055 with txtVersion as 000. I'd like to revise 205055 to a new version which I'll call 001.
Upon changing the version, can Access archive the 205055-000 record and all it's subrecords so that the new version 205055-001 is the most current in tblProfiles and it's related tables?
Here's my table and two of the fields:
tblProfiles.txtProfileID(p).txtVersion
What I'd like to do is archive a record whenever the version is changed. For example, let's say txtProfileID is 205055 with txtVersion as 000. I'd like to revise 205055 to a new version which I'll call 001.
Upon changing the version, can Access archive the 205055-000 record and all it's subrecords so that the new version 205055-001 is the most current in tblProfiles and it's related tables?