I have been through many examples of cascading combo boxes, and have succeeded in creating a form in my database that works, but I don't know how to use this form for data entry instead of just looking values up.
My database contains:
tblCategories
-CategoryID
-CategoryName
tblSubCategories
-SubCategoryID
-SubCategoryName
-CategoryID
tblVendors
-VendorID
-VendorName
....
tblVendorCategories
-VendorCategoryID
-VendorID
-CategoryID
-SubCategoryID
I need to be able to enter data to the VendorsCategories table using the cascading combo boxes I made in a form. The wizard creates a subform on it's own that does not narrow down choices for subcategories based on category choice.
I'm sure this is an easy problem for most, but I'm stumped and my boss is getting a little sick of waiting on me!
My database contains:
tblCategories
-CategoryID
-CategoryName
tblSubCategories
-SubCategoryID
-SubCategoryName
-CategoryID
tblVendors
-VendorID
-VendorName
....
tblVendorCategories
-VendorCategoryID
-VendorID
-CategoryID
-SubCategoryID
I need to be able to enter data to the VendorsCategories table using the cascading combo boxes I made in a form. The wizard creates a subform on it's own that does not narrow down choices for subcategories based on category choice.
I'm sure this is an easy problem for most, but I'm stumped and my boss is getting a little sick of waiting on me!