April 8, 201213 yr Hello, I have a database with a script set up to export fields into a merge file which I can then import. I've since added some new fields to the database Now when I run the script the new fields are not included within the exported merge file. I don't know how to adapt the script so that the new fields are included within the export. I believe it to be within the Set Variable where the script looks at what fields are to be exported within the "Set Variable" dialogue box "file:" & Get(DesktopPath) & "dataAllFnd" & LeftWords(Get ( UserName );1) & GetAsText (Year ( Get ( CurrentDate ))) & "_" & GetAsText (Month ( Get ( CurrentDate ))) & "_" & GetAsText (Day ( Get ( CurrentDate ))) & "_" & GetAsText (Hour (Get ( CurrentTime ))) & GetAsText (Minute (Get ( CurrentTime ))) & "_tks.mer" i've included a screen shot Thank you for taking the time to read my post ad for any help you may be able to offer.
April 8, 201213 yr Well , think you need to post the script or something ? -i *make sure to zip / compress the file before uploading!
April 8, 201213 yr Author thank you, ive worked it out, it was in the specify export records where I can add the new fields.. Thank you
Create an account or sign in to comment