A
Archidrb
I have no idea what to call this. We are converting an Access backend to a
SQL backend. The database is used to create letters to clients and contains
"Comments" fields. Access seems to limit the maximum number of characters in
a single comments field to 255 characters, like Excel.
In SQL, these comments fields can be increased to hold much larger
"comments". I need to add a counter to each form that has one of these
comments fields that let's the user know how many more
characters/spaces/punctuation they can type before they reach the new SQL
maximum.
Its probably really simple, but since I don't know what that is called, I
don't even know where to look. Thanks everyone.
SQL backend. The database is used to create letters to clients and contains
"Comments" fields. Access seems to limit the maximum number of characters in
a single comments field to 255 characters, like Excel.
In SQL, these comments fields can be increased to hold much larger
"comments". I need to add a counter to each form that has one of these
comments fields that let's the user know how many more
characters/spaces/punctuation they can type before they reach the new SQL
maximum.
Its probably really simple, but since I don't know what that is called, I
don't even know where to look. Thanks everyone.