schooltechie Posted January 12, 2003 Posted January 12, 2003 I have a layout for students to sign up to take an SAT Prep course. It has 8 sections of Radio Buttons to choose Verbal and/or Math on 4 particular days at 2 particular times each day. I want to create another layout that will keep track of who signed up for each particular day/time. Ex. - If Johnny picks the Verbal on Monday from 3-5 p.m., how can I get the second layout to show the name of the students who chose the Radio Button for Verbal on Monday from 3-5 p.m.? Any help would be greatly appreciated. Thanks!
LiveOak Posted January 12, 2003 Posted January 12, 2003 Two basic options: 1) Perform a Find using the a selections for each of the three parameters, type, day and time and then display the results in a list view. 2) Build a relationship based upon a compound key which combines type, day and time and display the records matching the selected criteria in a portal based upon this "self-relationship". The first option requires scripting. The second involves creating the key fields and relationship. -bd
Recommended Posts
This topic is 7985 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