Display many to many relationship in continuous form
问题 I can't figure out how to display a column that has many value for the same record in a continuous form I got 3 tables SalesCall SalesCallId | etc.. Mill MillId | name... SalesCallMills <------ Junction table Id | SalesCallId | MillID the basic design for a many to many relationship. When it's a simple form, I'm used to do a list and change the control source for the current ID with a SQL query. What's the common practice to display this in a continuous form? This was the form before when