Folks,
Have two tables:
TblHier Hierarchy Table
Fields Level0, Level1, Level2, Level3, Level4 (all int)
TblProduct Product Listings
Fields ProductNumber, Level0, Level1, Level2, Level3, Level4 (all int)
I am using the following query to count how many products have the correct hierarchy...