R
Robin9876
On an access form I have a textbox which I need to countdown how many
characters are available taking the length from a 100. I have put the
code in the textbox keypress event.
It updates on the first key press but subsequent key presses do fire
this event but does not update the value as it has not recognised that
the additional key in the textbox.
How can you get the character countdown to work on each key press in
the textbox?
characters are available taking the length from a 100. I have put the
code in the textbox keypress event.
It updates on the first key press but subsequent key presses do fire
this event but does not update the value as it has not recognised that
the additional key in the textbox.
How can you get the character countdown to work on each key press in
the textbox?