Jump to content

open a database through script if one closes (Help!!)


This topic is 6685 days old. Please don't post here. Open a new topic instead.

Recommended Posts

If you call a script in an unopened database FMP will try to open it with the same password that opened the calling file. So all you need to do it make sure that the files all have the same passwords.

Link to comment
Share on other sites

Are you trying to open all 4 databases at one time?

If you have a primary database you can add additional Open commands in the primary database Open Script:

Open (Database X)

Open (Database Y)

Open (Database Z)

Future access is almost transparent provided the password advice in earlier reply is followed.

Link to comment
Share on other sites

This topic is 6685 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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