Newbies Markzware Posted October 4, 2004 Newbies Posted October 4, 2004 To start with I am rather new with filemaker pro So maybe it's very easy but i'm just not seeing it. But i'm working 2 days straight on it. We are working here with a users database. You can search users and get information from it But we want an option to make a letter and you get some templates of the letter. And then the option te save the letter.. But the letter has to be saved in a different database linked to the user where it's sent to But also to multiple users. And the second table has to contain that information. Is this possible with filemaker pro? And how? thanx in advance
transpower Posted October 4, 2004 Posted October 4, 2004 Yes, it's possible, but would involve a considerable amount of scripting. You would need to set up a separate table for each potential user; each record of each table would then be a letter. By pressing the first button, a copy of the template could be posted to the user's file, creating a new record. The user would then make the changes, press a second button when done and voila the text would be copied to whomever else you want. You could also do this with a container field, with a link to your word processor. You could use a template from the word processor and store whatever additional information you need right with the document. This way you wouldn't need all those records in FileMaker.
Newbies Markzware Posted October 5, 2004 Author Newbies Posted October 5, 2004 Well we have many users. That would make many tables wouldn't it? is there another way to put them in 1 table?
Oldfogey Posted October 8, 2004 Posted October 8, 2004 How about setting up a table of letters with some kind of unique serial identifer for each. Then link the users to the relevant letter?
transpower Posted October 8, 2004 Posted October 8, 2004 Paul: I like that. You could have three tables: user, letter, and join (user-letter).
Newbies Markzware Posted October 11, 2004 Author Newbies Posted October 11, 2004 Maybe there's a way to copy things from 1 database to another with a script? I'm trying it.. but how would the script look like? Can't get it working
Recommended Posts
This topic is 7611 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