stann Posted July 20, 2004 Posted July 20, 2004 Hello I would like to export a bunch of Vin numbers ( now in different records in a field called "vin") to one field with paragraph returns ( called "vinNumbers" . How is this done? I appreciate your help with this. Thanks STan
RalphL Posted July 20, 2004 Posted July 20, 2004 2 ways: Make a value list of Vin numbers using the data in the other file. Make a calculated field = ValueListItems ( current file; Value List) Use the Troi Text Plug-in.
andygaunt Posted July 20, 2004 Posted July 20, 2004 Or you can script it. Create a layout with just the Vin number field on. you will also need to know where you want to place the return seperated list (which field and a layout that field exists on) Then in your script Go To Layout [one just created] Copy All Records Go To Layout [a layout with the field on you want to paste the list] Paste [select the correct field]
Lee Smith Posted July 20, 2004 Posted July 20, 2004 Hi Stann, I use Andy's approach all of the time to copy several fields, only I don't paste it into a field, I just paste it directly to my text document. FileMaker will add a Tab between fields, and a return between records. HTH Lee
Recommended Posts
This topic is 7500 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