Character Counter

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

Guest

H

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

Thank
David
 
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?
 
Back
Top