Count Character

J

John W. Vinson/MVP

zyus said:
How to count the maximum number of character that i have in my IDNO field.

Thanks

Create a Query based on your table. In a vacant Field cell type:

HowLong: Len([IDNO])

Sort descending by this field, or use a Totals query and select Max on it.
 
M

Maurice

This depends on the fieldsize you've set in tabledesign. Go to the table
where the field resides. Look in designview. Click in the IDNO field and look
at the bottomhalf of the screen. You should see the fieldproperties and the
first is telling you the fieldsize of the field. Most of the times the
default will be set to 50 (for text datatype). You can increase that to 255
chars.

hth
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top