Access 97, Jet 3.51, MDAC 2.6
I have a many to many relationship that is resolved to a third table (child). Single PK for each of the Master Tables.
I have a form with a subform showing this information. The child’s fields are hidden.
I use a query to fill the subform with one master table’s records, and the child’s fields (hidden). It doesn’t matter which table since it should work either way, depending on how you want to present the data.
On the main form my Record source is the other master table and the subform link field is the PK of the controlling master table to child table.
My problem is that the listboxes loose their behavior when displayed as a subform on the master form. The lookup is defined at the table level and I even set them in the subform. All of the listboxes in the subform appear as normal fields. What am I missing?