Link to home
Start Free TrialLog in
Avatar of Bob Smith
Bob Smith

asked on

Trying to use an input mask and a format together for a text box in a form. Either one will work alone, but nothing happens when they are together.

My input mask is \(000") "000\-0000 - the whole number is required

The format is @;"None" which should replace empty numbers with None

Either one will work separately, but not together.
ASKER CERTIFIED SOLUTION
Avatar of Bob Smith
Bob Smith

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 Bob Smith
Bob Smith

ASKER

combining both as a format made (@@@) @@@-@@@@;"None"