G
Guest
Hi, I've got a text field that can accept 255 characters. I'm using text
because I want the field to behave in queries. I would like users to see a
countdown of characters as they are keyed in i.e. str=255-Len([Description])
& " Chars left"
I can get the counter working with OnKeyDown and OnKeyPress events but only
after the field is updated and the focus is moved. How can I get the
calculation to perform each time a character is added to the field ?
TIA
because I want the field to behave in queries. I would like users to see a
countdown of characters as they are keyed in i.e. str=255-Len([Description])
& " Chars left"
I can get the counter working with OnKeyDown and OnKeyPress events but only
after the field is updated and the focus is moved. How can I get the
calculation to perform each time a character is added to the field ?
TIA