Hello,
I have been asked to implement a changelog / audit trail for forecast comparison purposes. In my research I have found three methods of implementing this fix, see below.
I have the following objects:
confused:my head is spinning...)
Is there a way to get this done with the current structure of the database? Or should I simply try to restructure the database in order to get this functionality?
Any help would be greatly appreciated.
I have been asked to implement a changelog / audit trail for forecast comparison purposes. In my research I have found three methods of implementing this fix, see below.
- Method 1 & 2: http://www.fontstuff.com/access/acctut21.htm
- Method 3: http://allenbrowne.com/appaudit.html
I have the following objects:
- frmProposalInput
- tblOpportunityTable
- tblTransactionDetail

Is there a way to get this done with the current structure of the database? Or should I simply try to restructure the database in order to get this functionality?
Any help would be greatly appreciated.