Records where [field X] contains 100+ characters ??

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I just want to query records where a particular field contains more than 100
characers. How do I write this criteria out?

Thanks much, in advance.
 
Thanks much for the assistance, and apologies for duplicate postings. Lots
of odd errors while trying to post.

J

Ken Snell said:
Add a created field to your query:
FieldLength: Len([FieldName])

Use criterion of
for this field.


--

Ken Snell
<MS ACCESS MVP>

ExcessAccess said:
I just want to query records where a particular field contains more than 100
characers. How do I write this criteria out?

Thanks much, in advance.
 
Back
Top