S
spence
I work for a social services agency that brokers supports for people with
disabilities. These contractors are called "providers." I have a table in my
database for these providers called tblProviders. It currently contains
demographic information and is linked to an invoice table though the key
field [ProviderID]. What I want to do is create something that allows my
users to search for Providers with particular skills, e.g. "Spanish
speaking";"able to lift more than 100 pounds";"experience with Autism."
The qualification list is comprehensive witih at least a hundred defined
skills at this point. I want users to be able to query the db for multiple
skills, e.g. a provider who speaks Spanish AND has experience with autism AND
lives in a certain city. Ideally they would be able to choose these skills
via checkboxes or dropdowns. I have no idea how to go about designing the
tables, relationships, and queries to make this happen. Any direction and/or
resources would be greatly appreciated.
disabilities. These contractors are called "providers." I have a table in my
database for these providers called tblProviders. It currently contains
demographic information and is linked to an invoice table though the key
field [ProviderID]. What I want to do is create something that allows my
users to search for Providers with particular skills, e.g. "Spanish
speaking";"able to lift more than 100 pounds";"experience with Autism."
The qualification list is comprehensive witih at least a hundred defined
skills at this point. I want users to be able to query the db for multiple
skills, e.g. a provider who speaks Spanish AND has experience with autism AND
lives in a certain city. Ideally they would be able to choose these skills
via checkboxes or dropdowns. I have no idea how to go about designing the
tables, relationships, and queries to make this happen. Any direction and/or
resources would be greatly appreciated.