Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

(I have searched other posting to find the answer to this, but I haven't found one that really matches what I am attempting. If the answer lies elsewhere, please aim me in the right direction.)

I am attempting to create a "system" of databases for the purpose of collecting student scores. I envision one database that holds of the students (we're talking about 3000 or so), including FName, LName, ID#. Then, I'd like to have separate databases to hold science, social studies, etc. scores. (In all, there would be six tables; one master, and five related.)

My question is how do I set them up so that I don't have to import all 3000 students into each of the five related files (and consequently can make changes to student roster in the master table, and then not have to do it to all of the other files)? In addition, what I'd like to be able to do is say, in Science, do a search for a student name, and have the student info (FName and ID) automatically be pulled in. I've tinkered and tinkered, but I can't get it to work, without having all 3000 students in each of the files.

(Since I'm fairly new to relations, etc. please try to be as detailed as possible -- I REALLY appreciate your help!)

Posted

I see this as 2 tables (files in FMP6) Student as you have outlined and Score which would have ID#, Subject, Score, Type, Date, etc.

A relationship in Student to Score ID# = ID#, and a relationship in Score to Student ID# = ID#. A portal in Student using the first relationship would show all the scores. Reports would be printed in Score and the second relationship would be used to get student data for the report.

You could get fancy after you get it setup and use sparate portals for each subject. But I don't think you are ready for that yet.

Posted

Thanks, but actually, I have that already. I have portals on the Student file showing a summary of sorts, from all of the score files. This still hasn't solved my initial inquiry, however, as to eliminating the need to import the 3000 students into all of the files...

Posted

I thought I answered that with the relationship in Score. You can bring data from Student into Score. You don't need any fields to do this.

Posted

By putting a portal on Scores with the student's name, ID, etc., will that associate the data in the scores fields with the student?

Posted

A portal is unnecessary in Scores since the relationship is many to one. Portals are used in one to many relationships. If you want to show data from Students in Scores just use the related fields. In the layout mode create a new field, select the relationship and the a field from the list.

Posted

First of all.. thanks so much for your help. I really appreciate it.

Alas... I think I've finally gotten it! I hate to close this case though.. stay tuned!

Thanks again!

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