Text Box Length

  • Thread starter Thread starter ielmrani via AccessMonster.com
  • Start date Start date
I

ielmrani via AccessMonster.com

Hi,
I need help on the following:
I have an input form with a combo box and a text box. I would like the text
box to allow only 8 Numbers if combo box is equal to Liberty, if combo box is
equal to LNT then allow 11 characters ( these 11 characters will alwyas start
with HN Like this: HN123456732)

Thanks in advance

Ismail
 
use the combo after update event to set/reset the input mask of the text
box - benefits of input mask is not only will you control the number of
characters but the specific format including adding an prefix (so they dont
have to)
 

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

Back
Top