Audit Track (1 Viewer)

Treason

#@$%#!
Local time
Today, 08:08
Joined
Mar 12, 2002
Messages
340
I have recently changed my form. I have added many listbox's which become visible and invisible depending on what is button is clicked. And I have added RecordsetClone set to the command buttons, to go to a specified record in the form. So now when I enable the Audit Trail I get Operation not supported for this object. Run time error, '64535' And this line of code,
If C.Value <> C.OldValue Then
Is higlighted in the Debugging window.

I am not too sure where to look, I have tried other audit trails but they don't support Listboxes .:( Any help on this would be greatly appreciated. Maybe a link t another audit example, or any other ideas?

I also get errors in:
Me.Bookmark = rst.Bookmark
thats a line of code used in all of my buttons
 
Last edited:

Users who are viewing this thread

Top Bottom