michaelxmas
New member
- Local time
- Today, 13:00
- Joined
- Nov 2, 2012
- Messages
- 6
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 advice on this.
Thanks for the help
Michael
For example, instead of:
DCount("*","Table1","Field1 = " & [Field2])
Can we use something that says?:
DCOUNT("*","Table1","Field1 INCLUDES " & [Field2])
Can't find any advice on this.
Thanks for the help
Michael