D
Drew
Can anyone help me out in building a dynamic dependent dropdown for a form
in an Access ADP? I have the following tables on my SQL Server
EventCat
CatID - Value for parent dropdown
Category - Labels for parent dropdown
EventSubCat
SubCatID - Value for child dropdown
CatID - relation to EventCat table
Subcategory - Label for child dropdown
I need to make a dropdown that populates from EventCat table and a second
dropdown that populates from EventSubCat depending on the EventCat dropdown
value.
Does anyone have any pointers for doing this?
Thanks,
Drew
in an Access ADP? I have the following tables on my SQL Server
EventCat
CatID - Value for parent dropdown
Category - Labels for parent dropdown
EventSubCat
SubCatID - Value for child dropdown
CatID - relation to EventCat table
Subcategory - Label for child dropdown
I need to make a dropdown that populates from EventCat table and a second
dropdown that populates from EventSubCat depending on the EventCat dropdown
value.
Does anyone have any pointers for doing this?
Thanks,
Drew