Hi,
Its me again.
I have a form with a comments box that appends the data and displays it in another unbound text box as a history with a time stamp using =ColumnHistory([RecordSource],"Notes","[ID]=" & Nz([ID],0)).
I think this is called column history?
This is all working well.
On the...