Newbies Charles Blackwell Posted March 4, 2008 Newbies Posted March 4, 2008 I have created a drop down list of fields from one table, courses, that creates fields in another table, tutoring, but for some reason its only listing one of the courses from the other table no matter what I change the course id number to in the tutoring table. What I want it to do is change the course name in the course name field everytime I change the course id in the tutoring portal. The course name in the tutoring table is a calculation. course_name in tutoring = Courses::course_name. I have included a screenshot of the layout.
Alexis C Posted March 6, 2008 Posted March 6, 2008 It seems to me like your using the same occurence of your "course" table in both portals. You should probably have one occurence of the table that's linked to the "problem" table and one that's linked to the "tutoring" table (see attached picture) and use the "name" field from those occurences accordingly in your portals. Hope it helps!
Recommended Posts
This topic is 6106 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