Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

input mask, default value help

Status
Not open for further replies.

wshs

Programmer
Nov 22, 2005
220
US
i'm trying to make the default of a textbox to 00.
these numbers are optional but if not entered, should be 00. i've set input mask as 99;
and defalut value to "00" but it's returning just 0.
if someone enters a number (ie.1) it needs to show as 01 not 1. how would i do this?
 
You may try to set input mask as 00

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
even if with input mask as 00,
if i type 01, it resets to 1.
 
it needs to show as 01
So, set the display format to 00

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
well.. also in the table as well..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top