Hi all
Not been here for a while.
I have a form whereby users type notes into a Memo field which is bound to a table (Doesn't have to be bound, its just bound at the moment!)
What I want to acheive is a running total either upwards or downwards of the number of characters the user has typed into the memo field, either showing the number of characters used or remaining.
I have tried the following code
but this will only give the number of characters used once the focus has changed from the Memo field.
I want to have the user see the display showing characters used or remaining as they type.
Any ideas?
Not been here for a while.
I have a form whereby users type notes into a Memo field which is bound to a table (Doesn't have to be bound, its just bound at the moment!)
What I want to acheive is a running total either upwards or downwards of the number of characters the user has typed into the memo field, either showing the number of characters used or remaining.
I have tried the following code
Code:
=Len([AdditionalInformation])
I want to have the user see the display showing characters used or remaining as they type.
Any ideas?