Jump to content

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

Recommended Posts

  • Newbies
Posted (edited)

I have a layout, let's call it the 'Student' layout, that has two portals. That layout displays records from the student table and the two portals display records from the courses and tutoring tables (see image A). What I am attemping to do is use information that is entered in the courses table via portal on the student layout, to create records in the tutoring table. The tutoring table uses a vaule-list based on the course id (see image A). The problem is, everytime I enter a course in the tutoring table, a new record is added to the courses table, with just the course id. I don't want that.

Please help!

Image A

thumb.jpg

Image B

thumb.jpg

Image C (Relationship)

thumb.jpg

Edited by Guest
Posted (edited)

Charles, (good name BTW)

I think what your problem is, if I understand it correctly, is the order of the tutor table in your relationship diagram.

when you creat a new portal row it is creating the new record in the courses table becase that is the one that is first. You can test this by turning off allow creating of related records between the students and the courses tables.

Is the idea that you can add a tutoring reccomendation for a course that THAT student is taking? You can join the students table directly to the tutoring table, and still have your courses value list show the other related courses.

Charles

Edited by Guest

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