Dynamic Filter in Crosstab queries

  • Thread starter Thread starter trekgoes2malaysia
  • Start date Start date
T

trekgoes2malaysia

I am trying to filter a few xtab queries dynamically thru a list box
that is on a form. I have placed the following code in the criteria
row of the xtab query field I want filtered....

[Forms]![Name of form]![List box field on the form]

Unfortuately Access returns an error message saying it does not
recognize the phrase as a valid field or expression. In fact if I try
to use a parameter in the criteria row I get the same thing.. IS there
anyway to filter a xtab query dynamically?

Trek
 
Back
Top