tbl_COMPANY (lists all of my company information per client)
[CompanyName] is the name of the field which lists the company name.
[Active] is a Yes/No field which will be checked if a company is currently active.
qry_COMPANY_ALL will show all companies and if they are active.
frm_COMPANY_ALL master form which will show all information on one form and several subforms based on a drop down (unbound drop down field) tied to [CompanyName] field from qry_COMPANY_ALL.
So I open my form and see no data, select any company from the drop down and then it will load the data for that company.
I want to add a checkbox to my form and call it [Check_Active]. It would be blank when I open the form and IF I check that box any [CompanyName] which are NOT [Active] will NOT be available in the drop down. When I take the check mark out of the check box then all companies would be available once again.
So basically I want to filter out some pre-populated data from a drop down if a box is selected.
Does anyone have a sample of something similar that I can start with?
[CompanyName] is the name of the field which lists the company name.
[Active] is a Yes/No field which will be checked if a company is currently active.
qry_COMPANY_ALL will show all companies and if they are active.
frm_COMPANY_ALL master form which will show all information on one form and several subforms based on a drop down (unbound drop down field) tied to [CompanyName] field from qry_COMPANY_ALL.
So I open my form and see no data, select any company from the drop down and then it will load the data for that company.
I want to add a checkbox to my form and call it [Check_Active]. It would be blank when I open the form and IF I check that box any [CompanyName] which are NOT [Active] will NOT be available in the drop down. When I take the check mark out of the check box then all companies would be available once again.
So basically I want to filter out some pre-populated data from a drop down if a box is selected.
Does anyone have a sample of something similar that I can start with?