StoneZone13 Posted March 9, 2014 Posted March 9, 2014 Im trying to build a database for my work which is at a music venue. I have already built a layout to record all information at the end of every night . What I now need to do is make it so if I look up a particular band I can see laid out the date of every time they have played as well as other information such as the amount of people who paid to get in and such.
Lee Smith Posted March 9, 2014 Posted March 9, 2014 (edited) Hi Stone and welcome to the forum, I moved your topic from "FileMaker 13 General Discussion" to "Custom Themes in FM12”, because the topic posted to his reserve for questions about FileMaker versions 13, and not asking questions on how to earlier versions. Your question could have been moved to several different ones including; Watercooler, Relationships, Portals, etc. Lee Sorry, I made a correction to the punctuation and Dragon change this first part of this post. Edited March 9, 2014 by Lee Smith corrected error by Dragon Dictate, sorry
Wim Decorte Posted March 9, 2014 Posted March 9, 2014 This has probably more to do with data architecture than with themes. Stone: we need more info on what tables you currently have. At a minimum you'll need a Bands table and a Performances table. It sounds like you have the latter already and doing data input there. But if you want to look up a band and see its performances you'll need the Bands table. While you are at it you probably may want to add a Venues table too...
StoneZone13 Posted March 12, 2014 Author Posted March 12, 2014 Any way you could look at what I have and maybe give me some direction? I am teaching myself how to use Filemaker as I go
StoneZone13 Posted March 13, 2014 Author Posted March 13, 2014 The thing I cant figure out is when I enter a Bands name I want it to show all the records from when the band played. try2.zip
Wim Decorte Posted March 13, 2014 Posted March 13, 2014 that's too bare bones at this point. Like I mentioned earlier you need to add more tables. A "Bands" table for sure, your "try2" table then becomes "events" You also need a "Venues" table. Whenever you see fields like Support1, Support2, Support3, that is a clue that Support needs to be its own table. That gives you the added benefit that you can add an unlimited # of supports to a performance. Your main data entry will be in Events. When you create a new record there you then pick a band from the "Bands" table. That way you can also create a layout that is based on "Bands" and see all of their Events (performances). So your first task would be to draw an ERD of your solution and then start building tables for each of the entities on that ERD... 1
StoneZone13 Posted March 13, 2014 Author Posted March 13, 2014 I actually uploaded the wrong file earlier sorry about that. I added tables for Bands and Venue. I still cant figure out how to make a list of all prior performances. I tried using a portal but I must have made a mistake or that is the wrong direction to go. If you could take another look see I would be very thankful. Sorry I know dealing with someone new like me must be kinda annoying. Events.zip
eos Posted March 13, 2014 Posted March 13, 2014 See if the attached file helps you. I had something similar lying around, so I adapted the file to your entities. (If you're managing more than one venue, you need a Venues table, and in Events use a foreign key instead of the name field; otherwise it's implicit that all events take place at the same venue, and you wouldn't even need the name field.) Be aware that the fancy stuff is just that – fancy. You could do things like select bands and create/delete related records (i..e. portal rows) with other methods. But this gives you something to play with and study. Before you do that, though, try to grasp how the entities relate to each other (once you've identified them …) and how these relationships work. This is fundamental to everything else you'll do in Filemaker. EventsAndActs_eos.fmp12.zip
Wim Decorte Posted March 14, 2014 Posted March 14, 2014 Sorry I know dealing with someone new like me must be kinda annoying. No need for that, helping is what this forum is all about so don't hold back. We'll let you know what makes sense and what does but in the end we're here to help you through that learning curve.
eos Posted March 14, 2014 Posted March 14, 2014 Thanks! You're welcome. Of course it might help if you downloaded the sample file …
StoneZone13 Posted March 17, 2014 Author Posted March 17, 2014 Really helped I've been playing around with I'll upload soon
Recommended Posts
This topic is 3915 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