Link to home
Start Free TrialLog in
Avatar of military donut
military donutFlag for United States of America

asked on

input mask from VBA

Hello I am trying to figure out how to do an input mask in vba,

me.txtzip= 00000;0
ASKER CERTIFIED SOLUTION
Avatar of PatHartman
PatHartman
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of military donut

ASKER

I do do that...

so an if/then statement won't work?
it does seem to work using the if/then on another field for after update event..

thanks
Form/Control properties fall into two categories.  Some can be set and saved without putting the form into design view and others cannot.  This property must be in the first category if it works in an .accde.