Hi,
I am very new to this so any help will be very much appreciated.
I have 2 tables:
Branches
BranchId (PK)
Name
Population
A
B
C
CityMarket
CityMarketId (PK)
BranchId (FK)
A
B
C
This is to get the relation that a branch can have various CityMarkets.
Now I have a form for Branches...