David Bratby
Registered User.
- Local time
- Today, 23:02
- Joined
- Oct 20, 2015
- Messages
- 19
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 same form I have a combo box with some usernames in.
Is there a way I can combine the username with the time stamp?
Thanks in advance.
Dave
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 same form I have a combo box with some usernames in.
Is there a way I can combine the username with the time stamp?
Thanks in advance.
Dave