G
Guest
I have an Access 2002 database that has a form which contains a subform. The
subform has two dropdown lists. The second dropdown list's values will
depend on the selection in the first dropdown list (list one wil lhave a
choice of 'Service' or 'Product'; list two will contain the list of services
or products). There are seperate Service and Product tables.
I have implemented relationships in the database. None of the tables'
fields use lookups of any kind. What I need to know is how do I populate the
second dropdown list (the names of the products or services) based on the
value chosen from the first dropdown list bearing in mind that both of these
controls appear in the subform. (If they were in a regular form, I would
just set the RecordSource property of the dropdown, but I don't know what to
do in a subform.)
TIA,
subform has two dropdown lists. The second dropdown list's values will
depend on the selection in the first dropdown list (list one wil lhave a
choice of 'Service' or 'Product'; list two will contain the list of services
or products). There are seperate Service and Product tables.
I have implemented relationships in the database. None of the tables'
fields use lookups of any kind. What I need to know is how do I populate the
second dropdown list (the names of the products or services) based on the
value chosen from the first dropdown list bearing in mind that both of these
controls appear in the subform. (If they were in a regular form, I would
just set the RecordSource property of the dropdown, but I don't know what to
do in a subform.)
TIA,