Fields accepting Numeric Values Only

  • Thread starter Thread starter Kevin Davis
  • Start date Start date
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
 
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***
 
Back
Top