D
doyle60
I like to put filters on queries that will return all records if the
form control is null. For a text filter, I use something like this:
Like (IIf(IsNull([Forms]![DDShipmentPrintfrm]!
[CountryChosen]),"*","|[Forms]![DDShipmentPrintfrm]!
[CountryChosen]|"))
But what would be the criteria row code for a triple state check box on
a form (where the third and gray state returns all)?
Thanks,
Matt
form control is null. For a text filter, I use something like this:
Like (IIf(IsNull([Forms]![DDShipmentPrintfrm]!
[CountryChosen]),"*","|[Forms]![DDShipmentPrintfrm]!
[CountryChosen]|"))
But what would be the criteria row code for a triple state check box on
a form (where the third and gray state returns all)?
Thanks,
Matt