Questions tagged [m2m]

A type of relationship between entities of types A and B which associates a list of entities of type B to an entity of type A and vice versa. Types A and B may be the same type

A type of relationship between entities of types A and B which associates a list of entities of type B to an entity of type A and vice versa. Types A and B may be the same type.

See also:

271 questions
-1
votes
1 answer

Creating the form for a m2m-relation in MS Access 2010

I have the following data-scheme: I've made two forms, for the tables "Flats" and "Owners". Now, i need to be able to edit "Owners" table inside the "Flats" table context, e.g. add new/remove old Owners Is there any standard method to do that in…
1 2 3
18
19