M
mbaycura
I have a comments field and a comments history field in my record. The
history is created by using:
=ColumnHistory([RecordSource],"Comments","[ID]=" & Nz([ID],0))
Is there a way to edit the contents of the history and or clear it?
I have some garbage content I'd like to get rid of.
I can get it to show in the table, but haven't figured out how to edit the
past comments stored in history. If anyone knows please help.
Thanks.
history is created by using:
=ColumnHistory([RecordSource],"Comments","[ID]=" & Nz([ID],0))
Is there a way to edit the contents of the history and or clear it?
I have some garbage content I'd like to get rid of.
I can get it to show in the table, but haven't figured out how to edit the
past comments stored in history. If anyone knows please help.
Thanks.