I'm trying to setup a comments text box with the comments history displayed in a box below it. I can't seem to figure out what I'm missing to get it to work. I know the code is
=ColumnHistory([RecordSource],"Comments","[ID]=" & Nz([ID],0))
but the only thing I get in return is #Error.
I've also made sure the Append Only property is set to Yes.
I feel like I'm missing something stupid simple. Anyone have any ideas?
=ColumnHistory([RecordSource],"Comments","[ID]=" & Nz([ID],0))
but the only thing I get in return is #Error.
I've also made sure the Append Only property is set to Yes.
I feel like I'm missing something stupid simple. Anyone have any ideas?