K
knowshowrosegrows
I have a database
tbl_Vendors = Vendor_ID (auto) PK
tbl_Sites = Site_ID (auto) PK, Vendor_ID (number) FK
tbl_SiteVisits = SV_ID (auto) PK, Site_ID (number) FK
tbl_Units = Unit_ID (auto) PK, SV_ID (number) FK
tbl_Bedrooms = Bedroom_ID (auto) PK, Unit_ID (number) FK
I have One to Many with RI and Cascading Update between Vendors to Sites to
SiteVisits. Then I also have One to Many with RI and Cascading Update
between Units and Bedrooms. I cannot get RI between SiteVisits and Units.
Can anyone make a suggestion?
tbl_Vendors = Vendor_ID (auto) PK
tbl_Sites = Site_ID (auto) PK, Vendor_ID (number) FK
tbl_SiteVisits = SV_ID (auto) PK, Site_ID (number) FK
tbl_Units = Unit_ID (auto) PK, SV_ID (number) FK
tbl_Bedrooms = Bedroom_ID (auto) PK, Unit_ID (number) FK
I have One to Many with RI and Cascading Update between Vendors to Sites to
SiteVisits. Then I also have One to Many with RI and Cascading Update
between Units and Bedrooms. I cannot get RI between SiteVisits and Units.
Can anyone make a suggestion?