nati Posted April 9, 2001 Posted April 9, 2001 I have a course db, a session db, line item db, and a student database. I add the students to the course through a portal in the session db. Is there a way I can also go to the student db, find the student and add them to a course from the student db file? Many thanks, nati
Kurt Knippel Posted April 10, 2001 Posted April 10, 2001 quote: Originally posted by nati: I have a course db, a session db, line item db, and a student database. I add the students to the course through a portal in the session db. Is there a way I can also go to the student db, find the student and add them to a course from the student db file? Many thanks, nati You are already doing all the work. You add the student to the course via a record in the sessionDB. Just add a course to the student though the sessionDB. It is the same exact procedure, you are just picking the other value.
nati Posted April 10, 2001 Author Posted April 10, 2001 Thanks, captain. So, the student db does not have a relationship setup. The session db gets the student through a lookup. Do I add a relationship to the line item file like I do through the session db, including the create new records? Thanks, nati
Recommended Posts
This topic is 8697 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