In order to disply only the subcategories that pertain to a given category, I use the following:
Private Sub CATEGORY_AfterUpdate()
Me.Recalc
End Sub
The Row Source query is:
SELECT DISTINCT [Categories].[Subcategory], [Categories].[Category] FROM Categories WHERE...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.