Hi - does anybody know if its possible to do a DCOUNT which counts the number of fields that include a given text.
For example, instead of:
DCount("*","Table1","Field1 = " & [Field2])
Can we use something that says?:
DCOUNT("*","Table1","Field1 INCLUDES " & [Field2])
Can't find any...