K
KarenF
Using Access 2003 we have many forms and sub forms.
I know you can set a field length. In this case the field length is 100
characters. I know that Access beeps if that number of characters is
exceeded when entering data. My colleague wants to know if a message box can
appear should the data entry exceed the 100 characters the field length is
set to? At first I considered data validation, but I'm not sure how the len
function would work in setting a condition of validation. I was thinking
about conditional macros assigned to the field, set to run on exiting the
field, but I'm having trouble making this work. Perhaps my condition in
incorrect. I'm using the Len function to check if the length of the field
exceeds 100 characters.
Could anyone offer me any advice? I'm obviously missing something and any
advice is welcome.
Many thanks,
Karen
I know you can set a field length. In this case the field length is 100
characters. I know that Access beeps if that number of characters is
exceeded when entering data. My colleague wants to know if a message box can
appear should the data entry exceed the 100 characters the field length is
set to? At first I considered data validation, but I'm not sure how the len
function would work in setting a condition of validation. I was thinking
about conditional macros assigned to the field, set to run on exiting the
field, but I'm having trouble making this work. Perhaps my condition in
incorrect. I'm using the Len function to check if the length of the field
exceeds 100 characters.
Could anyone offer me any advice? I'm obviously missing something and any
advice is welcome.
Many thanks,
Karen