Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

  • Newbies
Posted

I have two databases both are related and contain info on one subject but must remain separate. Is there any way that anyone knows to create a new record in both simualtaneously and relate the two? preferably i would like to do this using the create new record option in the menu because this will be a shared database and i do not want to confuse people. if this is not possible is there any way to disallow the use of that command for this database only?

any help is appriciated

thanks

aaron

Posted

Make a script that calls other scripts in each of the 2 databases.

like so.

FirstDB

Performscript(external, db1, newrecordscript)

performscript(External,db2, newrecrodscript)

and then is eeach of the db's have a scri[pt called newrecordscript that just does:

new record/request

one you run the first script it will bring the dbs to the front each with new records.

This topic is 8397 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.