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?
 
Top