I
Ian Chappel
I have a sub-form based on tblDetails (many), which has a combo-box to
Lookup values from tblCost (one). No problem.
But I want only Costs to be listed in the combo-box which are for a
specific job. The Jobs are listed in another table which is on the "one" end
of a relationship to Costs on the "many" end. So I will need to be able to
enter a Job in a (unbound?) combo-box to enable only the correctly-filtered
data to be listed in the Costs combo-box.
I don't really want to store the Job value, as the Cost will define the
specific Job. When I use the wizard to create a form including Jobs and
Costs, I am unable to enter any data, which doesn't surprise me, as I could
enter an incompatible Cost/Job.
Any ideas?
Lookup values from tblCost (one). No problem.
But I want only Costs to be listed in the combo-box which are for a
specific job. The Jobs are listed in another table which is on the "one" end
of a relationship to Costs on the "many" end. So I will need to be able to
enter a Job in a (unbound?) combo-box to enable only the correctly-filtered
data to be listed in the Costs combo-box.
I don't really want to store the Job value, as the Cost will define the
specific Job. When I use the wizard to create a form including Jobs and
Costs, I am unable to enter any data, which doesn't surprise me, as I could
enter an incompatible Cost/Job.
Any ideas?