C
CSAngel
Hi. I'm trying to get the column history for a field using the
Application.ColumnHistory function, however, I get an error when the function
is called:
Method 'ColumnHistory' of object '_Application' failed
This is my call:
history = Application.ColumnHistory("Risk Table", "Latest Action", "[ID]=6")
I've double checked the table and field names - they're correct.
Thanks.
Application.ColumnHistory function, however, I get an error when the function
is called:
Method 'ColumnHistory' of object '_Application' failed
This is my call:
history = Application.ColumnHistory("Risk Table", "Latest Action", "[ID]=6")
I've double checked the table and field names - they're correct.
Thanks.