Thanks that looks Brilliant. Indeed i did't look at this widget. Now i just have the Problem, that it does not add existing records, instead it creates new ones.
I got three tables
First one
Usercolumns
UserIDName
Street
Second one
User2Coursecolumns
UserIDCourseIDThird one
Coursecolumns
CourseIDTitle
Date
These Three Tables are referenced with a M:N relationship.
Now i implemented the Grid Widget at the Course Table with the Relationship
- Code: Select all
[Teilnehmer]
User.UserID = User2Course.UserID
User2Course.CourseID = "$CourseID"
If i try adding users to Courses it always creates new ones instead of adding existing records.
Any Ideas?
Thanks
and Best Regards Jakob