I have a form with a text box which is used to store notes and comments about the work done on a particular issue. The data is linked to a field in a table. What I want to do is have the date, time and a persons username inserted automatically at the beginning of the new entry in this text field without erasing the previous data. I already have the code to grab the windows username and I know how to automatically display the date and time. Below is an example of what I want to happen. I was going to set this to occour in the OnFocus event.
Work Comments
Username 4/10/04 4:30 PM <-------Auto filled in
Sub called requesting a technician be sent to location.
Will check with dispatch to inquire about send one.
Username 4/10/04 5:30 PM <----Also auto filled in old data still visible
Tech will be sent on thursday.
Work Comments
Username 4/10/04 4:30 PM <-------Auto filled in
Sub called requesting a technician be sent to location.
Will check with dispatch to inquire about send one.
Username 4/10/04 5:30 PM <----Also auto filled in old data still visible
Tech will be sent on thursday.