I created a helper table for some small tables I.e. tblCombo for color, type, group, etc. So then I use Pat Hartman's Address Book. It worked great until I created the helper table.
Using her code to BuildSql I get:
SELECT tblCategory.CategoryID, tblCategory.Category,
tblCombo.Data AS Type...