Hello everyone,
I'm having a little problem.
Objective
Query where Dataset1 must = the criteria from data that is entered into a combo box (or if it's null)
Then it produces Dataset2
Here is the code I've come up with so far, but I'm getting a syntax error
Code:SELECT tbl3_HierarchySeg.L1 WHERE isNull[Form]![SelectScope]![ComboL1] OR [Form]![SelectScope]![ComboL1] = [Table][tbl3_HierarchySeg][L1], tbl3_HierarchySeg.L2 FROM tbl3_HierarchySeg;
Thanks in advance for your help![]()