I have a form with the following fields:
---------
- AcctNum
- txtAppendField
- btnAppend
- txtNotes
---------
Here's what I need to be able to do:
1) Have user type in comments/notes into the AppendField,
2) Then click the btnAppend button & have the text added to the top of the txtNotes.
3) Also need the user's initials,date & time added to the beginning of the txtAppendfield.
The appended text should look like this:
----------------------------------------
5/3/2005 4:52:36 PM - JAA: Chuck called to say circuit ok.
(auto info created) (this is the text typed in by user)
It also needs to be added to the top of any previously entered text in the txtNotes field.
I pull the username using Environ("username").
I'm just not sure how to do the append thing.
Thanks in advance for your help!
jlig
---------
- AcctNum
- txtAppendField
- btnAppend
- txtNotes
---------
Here's what I need to be able to do:
1) Have user type in comments/notes into the AppendField,
2) Then click the btnAppend button & have the text added to the top of the txtNotes.
3) Also need the user's initials,date & time added to the beginning of the txtAppendfield.
The appended text should look like this:
----------------------------------------
5/3/2005 4:52:36 PM - JAA: Chuck called to say circuit ok.
(auto info created) (this is the text typed in by user)
It also needs to be added to the top of any previously entered text in the txtNotes field.
I pull the username using Environ("username").
I'm just not sure how to do the append thing.
Thanks in advance for your help!
jlig