I'm currently using the Martin Green Audit Trail found at http://www.fontstuff.com/access/acctut21.htm. I have run into a situation where this does not work and I'm hoping someone here will be able to knock some sense into me.
I'm using a second form for editing text in text boxes that are too small on form 1 (I'm doing this vice the Shift+F2 method because the textbox provided by the system is still too small and lacks control). When I use the text editing form I use openargs to pass info back and forth from the text box on form 1 to the text editing form.
The problem is, when values are changed using the text editing form, the value passed back to form 1 isn't recorded on the audit trail.
Is there another audit trail that will work with values that are passed through from another form? I was thinking of using a table level audit trail using data macro's but I'm not sure if all that set up will work or not.