Newbies acxe Posted April 27, 2006 Newbies Posted April 27, 2006 This might be a simple question and I am just tired/anmoyed. Is there a way to import data from a filemaker file with multiple tables to a table in another file with multiple tables? Note: Ignore the simple solution of exporting to an excel file(or any other file type), and then importing the excel file back in. This way works very well... but I need to know if it is possible. For further clarification: Assume I have file1.fp8, with tables table1, table2, table 3. I also have file2 with tables table4, table5, table6. I want table6 to import table1. I cant combine the files either.
odo Posted May 10, 2006 Posted May 10, 2006 Have the script go to the layout/table and perform an import function for every table in your database. As far as I know you have to make the script go to each and every layout/table in your destination database and perform the import function each time. You can totally automate it if you are certain of the source file and can script it the name and path of it as well. The script steps look something like this: Go to Layout ["LayoutName" (LayoutName)] Import Records ["FileName"; Add;] Check the "Perform without dialog", the "Specify data source" and the "Specify import order" boxes. Copy those two steps for each layout/table you have. I'm no expert on this at all, I'm just trying to work through a very similar scripting problem.
Recommended Posts
This topic is 7123 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