A
Air-ron
I have two tables, one for Zones, and one For Vendors.
Each one has a primary key that is an AutoNumber.
Because different Zones can have machines from any number of Vendors, I
would like to define the relationship between the vendors and zones with a
junction table.
what would be the best way to do this? I started with a table with only two
fields, ZoneID and VendorId, and populated the table by hand, but this would
make it difficult to account for changes in the layout of the casino,
wouldn't it? I would also like to be able to add/remove vendors or even
zones as the casino grows and changes.
How could I make all of this possible?
aaron
Each one has a primary key that is an AutoNumber.
Because different Zones can have machines from any number of Vendors, I
would like to define the relationship between the vendors and zones with a
junction table.
what would be the best way to do this? I started with a table with only two
fields, ZoneID and VendorId, and populated the table by hand, but this would
make it difficult to account for changes in the layout of the casino,
wouldn't it? I would also like to be able to add/remove vendors or even
zones as the casino grows and changes.
How could I make all of this possible?
aaron