Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Print summary page combining multiple DBs


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

Recommended Posts

Posted

I have created a relational database that tracks the travel of different people on a theatrical show. One database holds air travel info, another hotel info, a third handles car info and then a master DB which contains all the traveler's personal details. I want to be able to print a one page summary of all the travel details for each person, but I am not sure how to approach it. I view all this info through portals in browse mode from the Main DB. Should I just try to set up portals on my print page and do it that way.

Is there any way to create summary layouts in all the different databases and then merge them into one report for each traveler. My ultimate goal is to be able to set up a script that will create a one page summary for each traveler that I can then Print to a PDF and email out.

Thanks for your suggestions!

-Kevin

Posted

You can print portals but it's generally not recommended if you can do it another way (ie., from the related files). You would need a print script in each file, and then call them sequentially from a main script in the main file. To combine them into a single PDF would require a bit of extra work external to Filemaker.

Posted

>...Or join all records into a single line item database...and display a subsummary by Customer_ID.<

Would you do this on the fly as the print script is called? As somwhat of a newbie I am not sure exactly how I would do this. Do you know of any links to other threads or tutorials that might explain this approach. I am very curious about this solution.

---------------------

-Kevin

Posted

Hi,

One database holds air travel info, another hotel info, a third handles car info and then a master DB which contains all the traveler's personal details.

It seems to me that if you set up a trip for a customer, you would likely use a join file to enter all these details.

The Customer details would use a portal to that Line Item db to view records.

You would need a "line" with each of your foreign keys field.

The structure may be as the following :

Some lines may have both the Travel_ID and Customer_ID fields filled and all others empty,

Another line would have Travel_ID, Customer_ID and Car_ID filled.

Another line would have Travel_ID, Customer_ID and Hotel_ID filled.

As you see each line can be related to the Customer_ID and in that case the Travel_ID field (could have been a Travel Order_N

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