Hello,
I'm looking for a way to add multiple linked records.
Exemple : in the main table, I have a list of photo studios. For each photo studio, I want to save the number and type of electric power sockets available for each photo studio.
In another table, I have all the types of sockets. I want to add as much link between a studio and a type of socket as the number of sockets present.
Once I link a studio to a socket, this stocket disappears and I cannot link it "twice" or more depending on the number of sockets.
Which solution would you suggest in this kind of situation?
Basically, I'm looking for a way to store the information "This studio" owns "This Number" of "This Type of Sockets", and "This Other Number" of "This Other Type of Sockets".