Multiselect and dynamical update of views
Hello People,
First, you have a great tool. I just cant run my application the way I would like to and dont know how I can fix it. It is a list of courses which should be linked to instructors.
I have 2 forms:
- Form A creates just a list of courses. (I inserted all courses in the form)
- Form B is a form for instructors. The instructors themselves should fill out this form (address etc). I inserted a multiselect button, where they can choose for which course they are instructors. I used the lookup function to get the data from form A.
So far so good. But now I want in the view of Form A also a dynamical update of the different instructors for each curse.
Basically when the instructors have filled out the form I want 2 views:
-The view for form A with all courses, but also with instructors for each course and
-The view for form B with instructor detail and all the courses they are doing.
Can anybody help me? Thanks a lot!!!