Click to See Complete Forum and Search --> : Text box length (unbound)


Lorna
August 13th, 2001, 02:36 AM
Hi

I'm working in Access 2000. I've got a unbound textbox in which the user needs to advise a value. Now....how do I limit the length of the textbox (I know VB has a max size property) in Access? I don't know how else to limit the user to a value (writing a function is too laboureous)

Thanks
Lorna

Andrew_Fryer
August 13th, 2001, 03:22 AM
Hello,

Try setting the input mask property. This will not only allow you to set the size, but also to limit the data entered.

Andrew