Hello!
I'm creating a Costume Database for my school's theatre department. In the form to enter a new costume, there is both a "Clothing Category" (Tops, Bottoms, Headwear, Footwear, etc.) and a "Clothing Subcategory" (For Headwear; Hats, Helmets, Wigs, etc.) combo box. I have successfully built a query of Subcategories so that the Subcategory box shows the appropriate subcategories once a Category is chosen in the form.
However, once I go to click on one of these subcategories and then leave it, I am given an error message that says that "The Value you entered isn't valid for this field." It does, however, accept numerical values. Which doesn't make any sense to me because there is no numerical value attached to the subcategories (at least not anymore. There was a primary key field that corresponded to the correct subcategories, but in an effort to fix this problem I edited by subcategories so that they themselves could be the PK. No dice).
Could anyone please offer me some advice on how to fix this?