CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2000
    Location
    South Africa
    Posts
    195

    Text box length (unbound)

    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


  2. #2
    Join Date
    Aug 2000
    Location
    England
    Posts
    185

    Re: Text box length (unbound)

    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


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured