I'd like to create an edit history. I have a db that has a field for "Response". I've created a "History" field to feed the "Response" text to. This field will accumulatively display past "Response" texts along with a date/time stamp for each "Response" entry. The script I've written will also delete the text in "Response" upon feeding it to "History".
Here's the problem I have: I can't seem to figure out how to generate two carriage returns after each "Reponses" entry in the "History" field. All the entries feed over creating one long paragraph in "History".
Ex:
1-1-02 4:12 PM text text text text.1-2-02 4:00 PM text text text text. 1-3-02 3:002 PM text text text text.1-4-02 2:15 PM text text text text.
I would like:
1-1-02 4:12 PM text text text text.
1-2-02 4:00 PM text text text text.
1-3-02 3:05 PM text text text text.
1-4-02 2:15 PM text text text text.
I'm a VB beginner and have been learning by trial and error as well as forums and literature, so I won't display the script I already have because I'm hoping someone will provide a complete script for what I'm trying to do.
Thanks in advance to all.
Here's the problem I have: I can't seem to figure out how to generate two carriage returns after each "Reponses" entry in the "History" field. All the entries feed over creating one long paragraph in "History".
Ex:
1-1-02 4:12 PM text text text text.1-2-02 4:00 PM text text text text. 1-3-02 3:002 PM text text text text.1-4-02 2:15 PM text text text text.
I would like:
1-1-02 4:12 PM text text text text.
1-2-02 4:00 PM text text text text.
1-3-02 3:05 PM text text text text.
1-4-02 2:15 PM text text text text.
I'm a VB beginner and have been learning by trial and error as well as forums and literature, so I won't display the script I already have because I'm hoping someone will provide a complete script for what I'm trying to do.
Thanks in advance to all.