I know this is simple but I'm unclear how to....
----------------------------
Have the following 2 tables:
------------------------------
tblBusinessAgreement
BusinessID
BusinessName
FeatureID (linked to tblFeatures)
tblFeatures
------------------------------
FeatureID
FeatureChosen (Yes/No field type)
FeatureDesc
FeaturePrice
On my Form, I need to use check boxes by each feature, allowing the user to "check" those features that apply.
Question is...
------------------------
1) How will my table know which features were checked for a particular business?
I'm unclear how my "design" will allow me to run a query & find the "features" that are checked for each business.
Thanks in advance,
jlig
----------------------------
Have the following 2 tables:
------------------------------
tblBusinessAgreement
BusinessID
BusinessName
FeatureID (linked to tblFeatures)
tblFeatures
------------------------------
FeatureID
FeatureChosen (Yes/No field type)
FeatureDesc
FeaturePrice
On my Form, I need to use check boxes by each feature, allowing the user to "check" those features that apply.
Question is...
------------------------
1) How will my table know which features were checked for a particular business?
I'm unclear how my "design" will allow me to run a query & find the "features" that are checked for each business.
Thanks in advance,
jlig