Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Word Textbox Input Mask

Status
Not open for further replies.

KevinFSI

Programmer
Joined
Nov 17, 2000
Messages
582
Location
US
I'm trying to restrict the input of a textbox in a Word form to any number between 1 and 5. How can I do this. I'm a database developer so this is not really my area, but the boss wants it and resistance is futile.

Kevin
slanek@ssd.fsi.com

"Life is what happens to you while you're busy making other plans."
- John Lennon
 
Hi,

Are you using Forms or Control Toolbox?

Forms have some a form field options dialog and these are some rudimentary validation choices AND you can select to run a VBA procedure (macro) on entry or exit.

A Control Toolbox TextBox, you'll have to write you own VBA procedure for formatting/validation.

Skip,
Skip@TheOfficeExperts.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top