Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Importing from a file w/ Multiple Tables

Featured Replies

  • Newbies

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.

  • 2 weeks later...

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.

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.