I can't seem to find anywhere in the propperties of a textbox, where it
is possible to set the max number of letters a user can write. I only
want a user to input max two letters in a textbox. Where can this be
done ?
--
My PhotoGallery
www.photo.box2600.dk
Daveo - 08 Nov 2006 11:53 GMT
Hi,
If the text box is bound to a field, open the containing table in
design view and set the field size property to 2.
If the text box is unbound, with the form in design view, enter "??" in
the input mask property.
Cheers - David
> I can't seem to find anywhere in the propperties of a textbox, where it
> is possible to set the max number of letters a user can write. I only
[quoted text clipped - 3 lines]
> --
> My PhotoGallerywww.photo.box2600.dk
Klatuu - 08 Nov 2006 15:20 GMT
Use an Input Mask on the control
> I can't seem to find anywhere in the propperties of a textbox, where it
> is possible to set the max number of letters a user can write. I only
[quoted text clipped - 4 lines]
> My PhotoGallery
> www.photo.box2600.dk