how would i display a message box when field size has been reached?
Many thanks
how would i display a message box when field size has been reached?
Many thanks
If user enters more characters than text field allows, Access will popup a message.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
for me it just doesnt let the user type anything else
Actually, the message should pop up when attempt to save the record.
If they can't type any more then that should indicate to the user they have hit limit. Users learn. Giving them a popup message they have to then always respond to will probably be more annoying.
I sometimes put a red label on form above the textbox with a note about the length limit.
If you really must, then need code that runs with every keystroke and compares the length with limit and if hits limit, gives message.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.