Jump to content

Move record data from file 1 to new record file 2


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

Recommended Posts

I would like to have a template (FMP7) file where the user can select a record from this file to create a carbon copy as a new record in another (FMP7 working) file. Hopefully, all this would be accomplished by going to the template file and selecting the template record and returning control to the working file with the record populated with the template data ready to be saved.

How would I go about this? Can or must the template file be a separate file? No relationship exists between the working file and the template file.

TIA,

Jim

Link to comment
Share on other sites

You do not have to have two different files with FM7. You can just have 2 different tables (template and working).

One method you can use is, once the user selects the template information, a script can be created to set values to a group of Global fields. A layout with the global fields can be used as an intermediary step to show the user before the user saves it to the "working" table or discard it if they make a mistake. These global fields then would populate the proper fields in a new record in your "working" table once the user clicks a button to save the data.

Link to comment
Share on other sites

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