I have a query that has its criteria based off of a form. I have three fields. Main_category, Second_category and Third_category. All pointing to those fields on FrmMain.
This works fine if all three fields are populated but sometimes the third_category will be blank or null but when that happens the query comes back with no records when i need it to still match records that only have a Main and Second category.
Can anyone steer me in the right direction or give me some possible solutions?
Thanks in advance!
Paul
This works fine if all three fields are populated but sometimes the third_category will be blank or null but when that happens the query comes back with no records when i need it to still match records that only have a Main and Second category.
Can anyone steer me in the right direction or give me some possible solutions?
Thanks in advance!
Paul