jwnacnud Posted August 28, 2008 Posted August 28, 2008 I have a field that already has text in it. I want to use a script to append some additional text to the end of what is already there. Anyone know an easy way to do this other than using a concatenate function to combine the text in both fields.
Josh Ormond Posted August 28, 2008 Posted August 28, 2008 Is the text you adding to the already part of another field? ...the same for every record? Other than... Set Field [Table::FieldA; Table::FieldA & Table::FieldB] ...nothing really comes to mind, unless you give some more details on your plan/thought.
Lee Smith Posted August 28, 2008 Posted August 28, 2008 You are not really clear as to what you want to accomplish. Maybe if these suggestion don't help, try and restate your question, and elaborate what you want to happen. My best guess is, that you have something like a Note Field, and you are want to insert a new note at the beginning, or at the end. If so, let us know. Lee
jwnacnud Posted August 29, 2008 Author Posted August 29, 2008 yes, I have a text field that I want to add text to. It is a note field. A custom comment box will ask the user fir comments and these comments will then be added to the end of the text already in the text box.
Lee Smith Posted August 29, 2008 Posted August 29, 2008 I could try to explain this, but you can find example files Here at Databasepros, just do a search for Notes, and I think the first one on the list is what you will like the best. HTH Lee
Recommended Posts
This topic is 5935 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now