Hi everyone,
I'm trying to develop a form that reacts like a selection tree. I have 9 combo boxes in it and I'd like each box to filter depending its previous boxes value. The good news is that the previous box value is the only value required for the criteria (no long AND statements needed) because the data is like a tree format i.e.
cbo1 could be PM001
cbo2 could be PM001-002
cbo3 could be PM001-002-005 etc
However I only want to use one query! How do i pass the cboX-1 value to the query criteria expression so that it filters correctly?
many thanks in advance
GPM
I'm trying to develop a form that reacts like a selection tree. I have 9 combo boxes in it and I'd like each box to filter depending its previous boxes value. The good news is that the previous box value is the only value required for the criteria (no long AND statements needed) because the data is like a tree format i.e.
cbo1 could be PM001
cbo2 could be PM001-002
cbo3 could be PM001-002-005 etc
However I only want to use one query! How do i pass the cboX-1 value to the query criteria expression so that it filters correctly?
many thanks in advance
GPM