B
box2003
On an unbound form, I have a unbound text box which will write to a memo
field in the forms associated table on a save command. On the form I have a
text box which will serve as a memo box. With this memo box, I have an
associated command button when clicked will add a time stamp to the memo
box, at the top, and a carriage return, then I can enter text information.
This part works fine incorporating forms text box object reference and the
vbCrLf.
When I return to this form and record at a later time, and want to add more
comments, I wish to click the command button and have another time stamp
enter with carriage return, and have all text move down to allow additional
data entry. This part I am having problems with and need some help.
Instead of text moving, when I click the command button, the timestamp and
carriage return overwrites everything in the text box.
What I have tried so far on click of the command button is write the forms
existing content into a variable, execute the timestamp and carriage return
(vbCrLF) and then write the forms variable content back into the form text
box.
Any insight to how I might be able to successfully acheive my goal in the
problem description about will be appreciated. Thank you.
field in the forms associated table on a save command. On the form I have a
text box which will serve as a memo box. With this memo box, I have an
associated command button when clicked will add a time stamp to the memo
box, at the top, and a carriage return, then I can enter text information.
This part works fine incorporating forms text box object reference and the
vbCrLf.
When I return to this form and record at a later time, and want to add more
comments, I wish to click the command button and have another time stamp
enter with carriage return, and have all text move down to allow additional
data entry. This part I am having problems with and need some help.
Instead of text moving, when I click the command button, the timestamp and
carriage return overwrites everything in the text box.
What I have tried so far on click of the command button is write the forms
existing content into a variable, execute the timestamp and carriage return
(vbCrLF) and then write the forms variable content back into the form text
box.
Any insight to how I might be able to successfully acheive my goal in the
problem description about will be appreciated. Thank you.