saving edited date

D

dlemarr

Situation:
We have information that has been entered (that is reported against, but
have to allow for editing. We have to retain the original data as well as
report off of the new (edited) data....

How?

Thanks
DLemarr
 
S

Steve Schapel

DLemarr,

Well, it sounds like you will need to keep all the data you need. The
details of the best approach to this will depend on the specifics, which
I don't of course have access to. Possibley you will need more than one
record in the table concerned for each of the entities whatever they
are... Maybe you will have one record for the initial set of data, and
another record for each time the data is modified, maybe with a
ModifiedDate field.
 
Top