Character Counter

D

David

H

Does anyone know how to get a text field to reflect the number of characters of another text field

Thank
David
 
C

Cheryl Fischer

In an unbound textbox on a form, you could put the following in the
ControlSource property:

=Len([MyOtherField])


hth,

--

Cheryl Fischer, MVP Microsoft Access
Law/Sys Associates, Houston, TX


David said:
Hi

Does anyone know how to get a text field to reflect the number of
characters of another text field?
 

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