Hi
I am currently trying to add an audit trail into a database (using the code from these forums). Its working fine when used on a specific table, however i need to adapt the code slightly to record the changes made on a different form in the same place.
I have 2 forms
Main form (FrmFactorScores) contains scores for certain areas. such as knowledge. any changes to this form as recorded in one of the controls on the form (tbFactorauditDSview).
the second form contains an addition notes field such as Knowledge notes (the record is refreshed based on the active record from the main form to ensure the records link up) . What i am trying to do is to get any changes to the knowlodge notes field also record in the same place as changes to the main form (tbfactorauditDSview).
At the moment i have the audit trail working fine on the main form, however when it tries to record the changes to Frminfo i get an error message (error 2465) however i have checked all the modules and cannot see where the error is coming from, as i beleive all controls are correctly listed.
Have i missed something, or is what im attempting to do even possible? I have attached an example database to show how it all fits together as my descritptions arnt always the best
Any help or advice is appreciated.
I am currently trying to add an audit trail into a database (using the code from these forums). Its working fine when used on a specific table, however i need to adapt the code slightly to record the changes made on a different form in the same place.
I have 2 forms
Main form (FrmFactorScores) contains scores for certain areas. such as knowledge. any changes to this form as recorded in one of the controls on the form (tbFactorauditDSview).
the second form contains an addition notes field such as Knowledge notes (the record is refreshed based on the active record from the main form to ensure the records link up) . What i am trying to do is to get any changes to the knowlodge notes field also record in the same place as changes to the main form (tbfactorauditDSview).
At the moment i have the audit trail working fine on the main form, however when it tries to record the changes to Frminfo i get an error message (error 2465) however i have checked all the modules and cannot see where the error is coming from, as i beleive all controls are correctly listed.
Have i missed something, or is what im attempting to do even possible? I have attached an example database to show how it all fits together as my descritptions arnt always the best

Any help or advice is appreciated.