K
knowshowrosegrows
I have a fairly simply database.
Vendors have Sites and Sites have Site Visits
My user wants me to give her a form so she can take a set of Sites that are
currently related to a specific Vendor and change them to be related to a
different Vendor. She wants to do this and still keep the Site Visit history
for the Sites.
I am not even sure how to think about this kind of form/transformation. Any
ideas?
tblVendor
PK = Vendor_ID
FK = Site_ID
tblSite
PK = Site_ID
FK = SiteVisit_ID
tblSiteVisit
PK = SiteVisit_ID
Thanks
You all are teaching me so much
Vendors have Sites and Sites have Site Visits
My user wants me to give her a form so she can take a set of Sites that are
currently related to a specific Vendor and change them to be related to a
different Vendor. She wants to do this and still keep the Site Visit history
for the Sites.
I am not even sure how to think about this kind of form/transformation. Any
ideas?
tblVendor
PK = Vendor_ID
FK = Site_ID
tblSite
PK = Site_ID
FK = SiteVisit_ID
tblSiteVisit
PK = SiteVisit_ID
Thanks
You all are teaching me so much