Fields accepting Numeric Values Only

K

Kevin Davis

Hello,

Is there a way to have the fields only accept numeric values when a
user inputs the information on the form?

Kevin
 
P

Patricia Cardoza - [MVP Outlook]

Sure, make the field a numeric field. That won't stop people form entering a
letter, but it will stop the form from being sent with non-numeric
information in a numeric field (they will receive an error about it being an
invalid number). Or you could write code on teh CustomPropertyChange event
to test if the entry is a number.

--
Patricia Cardoza
Outlook MVP
www.cardozasolutions.com

Author, Special Edition Using Microsoft Outlook 2003

***Please post all replies to the newsgroups***
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top