manditory fields

B

Brad

I am programming a form for outlook and I would like to add a field that
validates the number of characters in the field (the number is a specific
amount that will stay the same everytime so I want to make sure users aren't
missing a letter or number) and I want this field to be manditory. How do I
do this?
 
S

Sue Mosher [MVP-Outlook]

Either use a formula on the Validation tab of the field's control or use
code in the Item_Write event handler (or Item_Send if it's a message form).
 

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