Newbies mireille Posted March 26, 2002 Newbies Posted March 26, 2002 Hello, Is there a simple way to export a single record from one FM file to another already existing FM file? Mireille
andygaunt Posted March 26, 2002 Posted March 26, 2002 The best way is to write a script (or two scripts). First, find an individual record in the database you want to export from. Now, go to the database you want to import into and choose file > impot records. Select the first file and choose the fields to import. Once done, you should have that record in the second database. OK, delete that record. Now go to scripts > scriptmaker and write a script called import individual record. Clear all and then choose Import records. Check all the options including the specify file as the first database. Click OK then done. Now, go back to your first database and write a script called export current record. Again clear all. Then add the following. Show All Records Omit Record Show Omitted. Perform Script [external, and choose the database that you wrote the import script in and select that script] There you go. Job is done. All you have to do now is assign a button to run that script. You didn't say you wanted to delete the orginal record so have not done that. HTH
Newbies mireille Posted March 28, 2002 Author Newbies Posted March 28, 2002 thank you andy, it works! mireille
Mark Jones Posted May 15, 2007 Posted May 15, 2007 Thanks for the tip! That is exactly what I was looking for. I love FMforums! You all are the best! Mark Jones
Recommended Posts
This topic is 6402 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