I'm trying to get an expression to work in a query....I want to be able to pull records based on a field on a form, let's say [forms]![form1]![field1], but the records i want to pull do not need to exactly match [forms]![form1]![field1], they just need to include [forms]![form1]![field1].
so if [forms]![form1]![field1]="ph", i want to be able to pull records that have "ph", but also "ph/p" and "p/ph" and "ph/mm" and so on....
but also, [forms]![form1]![field1] may also be left blank...
so i'm stuck how to get a query expression to work in this scenario....
thanks!
so if [forms]![form1]![field1]="ph", i want to be able to pull records that have "ph", but also "ph/p" and "p/ph" and "ph/mm" and so on....
but also, [forms]![form1]![field1] may also be left blank...
so i'm stuck how to get a query expression to work in this scenario....
thanks!