I am trying to build a query which will use mulitple criteria from a function.
For example a table contains 5 records, "A","B","C","D","E"
I would like to have the query display records "A","B","D" using a function, where the function return value is = "A,B,D"
Any ideas?
TIA
Cage
For example a table contains 5 records, "A","B","C","D","E"
I would like to have the query display records "A","B","D" using a function, where the function return value is = "A,B,D"
Any ideas?
TIA
Cage