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

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

Recommended Posts

Posted (edited)

Hey,

I have the following problem. I'm working on a solution for the owner of several restaurants. Each restaurant has meetings once or twice a month. How would I structure the tables so that I could have a layout on which I select a restaurant and then inside a portal I get a list of all employees. On the portal for each row I want to have a button or checkbox to mark if an employee is present or not.

I already have the following tables:
Restaurants, Employees and Meetings

So far I have a relationship between the Restaurants and Employees table which I use to assign employees to a restaurant, and a relationship between the Meeting and Restaurant table, which allows me to show all employees that work at a selected restaurant using a portal on the meetings layout. How do I proceed to solve my problem? Do I create another table MeetingAttendees or something similar that I use to keep track of people attending a meeting? How would I create a relationship then to allow me to mark certain employees as present and absent?

Thanks in advance,

Mike

Edited by 123
Posted

I would think the MeetingAttendees join table on the right path with the field for present/absent.  Actually I don't think you need that field because if an employee is listed as an attendee, then they are present.  If not listed absent.

The FM training series (I know 12 had it) has a section specifically about this.   How to select attendees, and how the relationships are set up.

Posted

Thanks for the reply,

there is a starter solution called "Meetings", however it doesn't solve my problem. There aren't any attendees involved, it's only about meetings and topics.

Posted

I was referring to the FileMaker Pro 12 Training Series.  

I tried searching for it for about 20 minutes and couldn't find a link.  Must be dancing right in front of me.

Posted

Hi Mike,

Did you read my Private Message?

The file you want is in the FTS Advance 15, Core Files, FTS_Meetings

Posted

Hey Lee, that's it.  I don't know why I couldn't find it.  I was in the first link and thought I clicked on everything.

Posted

Thanks for the help, I figured it out.

Best regards,

Mike

  • 1 year later...
  • Newbies
Posted

I'd create a text field in the Meetings table with a list of IDs (separated by returns) of the Resturant's employees present.

You should display the list of employees as buttons at one side, then clicking a name can trigger the addition of an ID to the list.

Posted (edited)
On 7/11/2019 at 3:23 PM, Rafael Santana said:

a text field in the Meetings table with a list of IDs

That's a possibility - although it limits your reporting options.

Anyway, if you want to go that way, a simple checkbox would do. No need for " list of employees as buttons at one side".

 

Edited by comment

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