I have been working with the FAQ on this but still having problems.
First combo (category) feeds second combo (subcategory)
This is the SQL that I am putting in the row source in the properties form. I keep getting nothing in the second box.
What I have written is below:
SELECT tblsubcategory.strSubCat FROM tblSubCategory WHERE Category =Forms![frmEdit_Dent_part]![Category].value
Can anyone see what I am doing wrong?
Your help is greatly appreicated.
First combo (category) feeds second combo (subcategory)
This is the SQL that I am putting in the row source in the properties form. I keep getting nothing in the second box.
What I have written is below:
SELECT tblsubcategory.strSubCat FROM tblSubCategory WHERE Category =Forms![frmEdit_Dent_part]![Category].value
Can anyone see what I am doing wrong?
Your help is greatly appreicated.