Hi,
I have a form with a combo box with a list of user names, a comments box and a history box.
I have set the comments box to append and the history box uses
=ColumnHistory([RecordSource],"Notes","[ID]=" & Nz([ID],0)).
This displays the history of comments box with a time stamp perfectly.
What I would like to do is somehow record the the username with the comments.
Is there a way to do this? or an alternative way of doing it?
Thanks in advance,
Dave