G
Guest
Hello,
I have 3 tables.
Stock
Accesoires
and a table to link them as a record in stock can have multiple accesoires.
Now I want a form where I can see a record from the table Stock, with all
the Accesoires that belong to that record.
How can I do this? Is this possible?
It doesn't matter in what kind of object the data is displayed, I just need
it displayed.
The relationship looks like this, for if it wasn't clear:
Stock.ID -- linkTable.StockID
linkTable.AccesoiresID -- Accesoires.ID
I hope someone can help.
I have 3 tables.
Stock
Accesoires
and a table to link them as a record in stock can have multiple accesoires.
Now I want a form where I can see a record from the table Stock, with all
the Accesoires that belong to that record.
How can I do this? Is this possible?
It doesn't matter in what kind of object the data is displayed, I just need
it displayed.
The relationship looks like this, for if it wasn't clear:
Stock.ID -- linkTable.StockID
linkTable.AccesoiresID -- Accesoires.ID
I hope someone can help.