manditory fields

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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

Similar Threads

manditory field 2
How to subtract a number from a Mergefield? 0
Make field Required 2
Compare Sets of Data 1
>> Properties 7
2 tables in report 1
Add don't Allow Nulls 1
Subject line not populated 0

Back
Top