![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello all, I use two FM6 databases to manage my school music program. The first one is the main DB with all student demographic information, schedules, field trip info etc. The second is used to keep track of uniform inventory based on the uniform pieces individual IDs (Dress 01, Jacket 01, Shirt 01 etc.) Each record in that DB is one uniform piece. I have made a simple relationship that will associated a piece of uniform equipment to a student via their ID number so it can be marked "checked out" to them. Students may have multiple pieces checked out to them at a given time -- I would like to be able to summarily view all items checked out to a student on the main database's uniform management layout. I am still an FM relationship novice and I'm not quite sure if it is possible to link one record (Student db) to multiple uniform pieces (multiple Uniform db records) and display all those links on one layout. Is this possible? Thanks, Brandon |
#3
| |||
| |||
|
|
You seem to be typically in the 'n' to 'n' relationship, ie a student may have many unforms and a uniform can be used by many students. So do create a 'Stud_Unif' file made principally with records having the 2 fields 'Stud_ID' and 'Unif_IDs', the rest coming from simple relationships between this new file and theeach of the original two ones. Then you create one record in 'Stud_Unif' file per case. It's exactly the way regular Invoicing solutions are built. You come to me directly with a copy of your DB - with dummy examples - soI can do it for you (at least the skeleton of it). Remi-Noel "B. Monse" <brmo... (AT) gmail (DOT) com> a écrit dans le message de news: 1176499115.981109.157... (AT) b75g2000hsg (DOT) googlegroups.com... Hello all, I use two FM6 databases to manage my school music program. The first one is the main DB with all student demographic information, schedules, field trip info etc. The second is used to keep track of uniform inventory based on the uniform pieces individual IDs (Dress 01, Jacket 01, Shirt 01 etc.) Each record in that DB is one uniform piece. I have made a simple relationship that will associated a piece of uniform equipment to a student via their ID number so it can be marked "checked out" to them. Students may have multiple pieces checked out to them at a given time -- I would like to be able to summarily view all items checked out to a student on the main database's uniform management layout. I am still an FM relationship novice and I'm not quite sure if it is possible to link one record (Student db) to multiple uniform pieces (multiple Uniform db records) and display all those links on one layout. Is this possible? Thanks, Brandon |
#4
| |||
| |||
|
|
You seem to be typically in the 'n' to 'n' relationship, ie a student may have many unforms and a uniform can be used by many students. So do create a 'Stud_Unif' file made principally with records having the 2 fields 'Stud_ID' and 'Unif_IDs', the rest coming from simple relationships between this new file and theeach of the original two ones. Then you create one record in 'Stud_Unif' file per case. It's exactly the way regular Invoicing solutions are built. You come to me directly with a copy of your DB - with dummy examples - so I can do it for you (at least the skeleton of it). Remi-Noel "B. Monse" <brmo... (AT) gmail (DOT) com> a écrit dans le message de news: 1176499115.981109.157... (AT) b75g2000hsg (DOT) googlegroups.com... Hello all, I use two FM6 databases to manage my school music program. The first one is the main DB with all student demographic information, schedules, field trip info etc. The second is used to keep track of uniform inventory based on the uniform pieces individual IDs (Dress 01, Jacket 01, Shirt 01 etc.) Each record in that DB is one uniform piece. I have made a simple relationship that will associated a piece of uniform equipment to a student via their ID number so it can be marked "checked out" to them. Students may have multiple pieces checked out to them at a given time -- I would like to be able to summarily view all items checked out to a student on the main database's uniform management layout. I am still an FM relationship novice and I'm not quite sure if it is possible to link one record (Student db) to multiple uniform pieces (multiple Uniform db records) and display all those links on one layout. Is this possible? Thanks, Brandon |
#5
| |||
| |||
|
|
"B. Monse" <brmonse (AT) gmail (DOT) com> a écrit dans le message de news: 1176503680.891457.149740 (AT) d57g20...oglegroups.com... I have been playing around and it seems to also be possible with the use of a portal on the student uniform layout.... maybe this is as effective? |
![]() |
| Thread Tools | |
| Display Modes | |
| |