S
Simon
I would like to have 2 dropdowns on a form. 1 with a list of companies, and
1 with a list of projects.
I would like the drop down list of projects to only show projects associated
to a company based on previous records created.
Not sure if that is possible to do - but it seems like it should be with
lookups - but I can't get it to work.
So when I click a company name in the company drop down on the form, the
project drop down gets re-populated with projects found for the selected
company.
something like
SELECT DISTINCT ProjectName FROM PreviousFormData WHERE Company =
<CompanyListBoxValue>.
1 with a list of projects.
I would like the drop down list of projects to only show projects associated
to a company based on previous records created.
Not sure if that is possible to do - but it seems like it should be with
lookups - but I can't get it to work.
So when I click a company name in the company drop down on the form, the
project drop down gets re-populated with projects found for the selected
company.
something like
SELECT DISTINCT ProjectName FROM PreviousFormData WHERE Company =
<CompanyListBoxValue>.