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)
 
Back
Top