Newbies spiggott Posted January 6, 2005 Newbies Posted January 6, 2005 I have a database with three related tables: assets, troubles, and changes. I would like to create a "summary" layout that will show me the 10 most recent records from each of the three tables so I can see, at a glance, the most recent entries into the database. Does anyone have an idea of the best way to go about this? Thanks for any help you can offer.
transpower Posted January 6, 2005 Posted January 6, 2005 Set up a fourth related table and have three portals, each reverse sorted by date, and each with 10 rows.
Newbies spiggott Posted January 6, 2005 Author Newbies Posted January 6, 2005 I'll give it a try. Thanks a lot!
Newbies spiggott Posted January 6, 2005 Author Newbies Posted January 6, 2005 I can't seem to get the related table set up correctly. Any pointers? FWIW, the relationships of my three existing tables is based upon the "asset_id" field in each. "Asset_id" is a unique, auto-enter serial that is created when I add an asset record. Thanks again.
transpower Posted January 6, 2005 Posted January 6, 2005 Then use Asset_id in the fourth table as your key.
Newbies spiggott Posted January 7, 2005 Author Newbies Posted January 7, 2005 Okay, so I'm new to Filemaker which I'm sure is painfully obvious. I created a fourth table, "summary", with the field "asset_id". But do I need to set that as a looked-up value to get the data from the other tables? Otherwise, when I create the portals on the summary page they are empty because there apparently are no related records. Sorry if I'm being obtuse, this just seems so foreign after working with MySQL previously.
Recommended Posts
This topic is 7262 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