I have a database that stores information on suppliers. As part of this, I need to collect information relating to the sites that the suppliers will cover - the sites are split into regions.
Currently, I ask users to select each site from a multivalue combo box on a form (which is split by region) however this can take time if the supplier will cover our whole network or whole region. Is there a way of filling in the combo box from a tick box, i.e. "AllCentralSites" checkbox will autofill the "CentralSitesCovered" combo box with all of the sites?
This may seem like a strange request as it duplicates info, however I need to report on the suppliers by site and region split down into site.
Thanks in advance for your help!