A
awach
I search thru cascading combo boxes and other similar questions and can't
find anything yet. Some help please:
I have three combo boxes on a form: Type, Held, Model
I want the second's options to based on the selection from the first and the
third's options to be based on the selection from the second.
I am basically trying to say
If [Type]="K", then Held's options should be pulled from
Homepage.Company(different table than where Type is)
AND for the second combo
If [Held]="External", then Model's options should be pulled from Models.Name
(different table than where Held is)
Any help would be appreciated. Thanks.
find anything yet. Some help please:
I have three combo boxes on a form: Type, Held, Model
I want the second's options to based on the selection from the first and the
third's options to be based on the selection from the second.
I am basically trying to say
If [Type]="K", then Held's options should be pulled from
Homepage.Company(different table than where Type is)
AND for the second combo
If [Held]="External", then Model's options should be pulled from Models.Name
(different table than where Held is)
Any help would be appreciated. Thanks.