J
Jazzmar
Where do I find out how to do a columnhistory. I've created a table with
fields ID, and Comments, on the Comments field I have the Append Only set to
Yes. On my form I have both fields ID, Comments and a textbox called
CommentHistory. My control source code is
=ColumnHistory([RecordSource],"Comments","[ID]=" & Nz([ID],0)) for the
CommentHistory. I get a error.
fields ID, and Comments, on the Comments field I have the Append Only set to
Yes. On my form I have both fields ID, Comments and a textbox called
CommentHistory. My control source code is
=ColumnHistory([RecordSource],"Comments","[ID]=" & Nz([ID],0)) for the
CommentHistory. I get a error.