I am setting up a database which will hold information about community resources across 100 counties in the state of N.C. I have a table with agency information (tblAgencies). Each agency may provide services in multiple counties.
In the past, when working from a 5 county geographic area , I've included the names of Counties as separate yes/no fields within tblAgency. If for example, ACME Speech Services provided services in Jones, Wake, and Lenoir Counties, then checkboxes for those counties would be checked, while boxes for the other counties would remain unchecked.
This approach worked well for a small number of counties, but it seems very awkward to list all 100 counties as fields within TblAgencies.
I've also set up a TblCounty table with county names, and linked this to a CountyName field in tblAGencies. But again this only works where the agency is confined to providing services in one county.
I would appreciate any suggestions on how to handle this situation so that users can easily sort agencies by County.
Thank you,
Lee
In the past, when working from a 5 county geographic area , I've included the names of Counties as separate yes/no fields within tblAgency. If for example, ACME Speech Services provided services in Jones, Wake, and Lenoir Counties, then checkboxes for those counties would be checked, while boxes for the other counties would remain unchecked.
This approach worked well for a small number of counties, but it seems very awkward to list all 100 counties as fields within TblAgencies.
I've also set up a TblCounty table with county names, and linked this to a CountyName field in tblAGencies. But again this only works where the agency is confined to providing services in one county.
I would appreciate any suggestions on how to handle this situation so that users can easily sort agencies by County.
Thank you,
Lee