ColumnHistory problem

ironvid

Registered User.
Local time
Today, 19:28
Joined
Aug 14, 2003
Messages
18
Hi

I am having problems with the ColumnHistory contol on a form!

=ColumnHistory([RecordSource],"Comments","[contact_ID]=" & Nz([contact_ID],0))

which just gives me "#error"


anybody had any experience with ColumnHistory; has there does not seem to be much info on the web about it

thanks


Stephen
 
Check that the memo type field that the history is being pulled from (in your datasheet or query) has the property AppendOnly set to YES.
 

Users who are viewing this thread

Back
Top Bottom