doughemi, I have been able to sit down and try this and I am stumped on this one. I have attached a snapshot of my ERD and I will also attempt to explain the method to the madness. I will list any key fields and important fields:
FAMILY NAME
_kp_family_id
name_last
Â
MEMBER NAME
_kp_member_id
_kf_family_id
name_first
Â
These two tables were created first so that the last name of Jones (and other general family info like 123 Main St.) lives in the FAMILY NAME table and then the first name of Tom (and any other family member and specific info about Tom like cell phone, email, etc.)
I can then have a directory page (with a Portal) like this:
Jones
-Â Â Â Â Â Â Â Â Â Tom
-Â Â Â Â Â Â Â Â Â Mary
-Â Â Â Â Â Â Â Â Â Any kids, etc.
I now would like to take attendance from an iPad using FileMaker Go and I have setup and also been helped by a few on here with the following additional tables:
Â
SERVICE
_kp_service_id
_kf_member_id
_kf_attendance_id
date_service
time_service
Â
ATTENDANCE
_kp_attendance_id
status (value list driven (i.e. Present, Sick, Travelling, Working, School, Other, etc.)
Â
I have joined the tables together, keeping the original two tables intact, like this:
Â
MEMBER NAMEÂ Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â SERVICEÂ Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â ATTENDANCE
_kp_member_id                             _kf_member_id                             Â
                            _kf_attendance_id         _kp_attendance_id
Â
My design is to have a main layout from the SERVICE table (with date and time fields) with a portal from the MEMBER table (with MEMBER:_c_name_full and ATTENDANCE::status).
I have also tried to above suggestion of: "Your attendance list layout will be based on the Services table with a portal to the Attendance table, but also showing the name fields from the Members table.  Most of your data entry will be on a layout  in the Attendance table."  I have not successfully been able to get this to jive.
Â
This is where I just donât get why itâs not displaying what I want:
For EVERY new record in SERVICE, I want to list EVERY member (~ 150) with a blank status next to their name so that a radio button can be pressed, and it will record a new record for that member for that service.
Â
All of the attempts at manipulating the relationship between the tables that Iâve done have resulted in the following:
1)Â Â Â Â Â Â No names AND no status field show in the portal
2)Â Â Â Â Â No names BUT ONE status field shows on the first line of the portal
3)Â Â Â Â Â One name AND one status field show on the first line of the portal
4)Â Â Â Â Â ALL names AND ALL status fields show in the portal BUT changing the status on the first record changes all of the rest of the statuses on the other lines to that same status.
Â
I do have creation and deletion of records enabled on the "many" side between MEMBER and SERVICE and between SERVICE and ATTENDANCE.
Â
This is because Iâve modified the relationships to be =, not equal, X, etc. but I canât key upon the one that will get me the results I need.
Â
I am new to FM and I have completed the available tutorials on VTC and other resources, too. Would anyone be willing to help point me in the right direction?