Jump to content

adding records from either join file


nati

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

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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