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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Input Mask

Status
Not open for further replies.

JDU

Technical User
Dec 23, 2002
182
US
Is there any way to assign an InputMask to an InputBox.

Here is the code:

txtStartingCALDate = Format(InputBox("Enter First Day of CAL:", "First Day of CAL"), "mm/dd/yyyy")

Thanks
 
I don't think so. But you could certainly make a form that looks just like an input box in about ten minutes. Then you could use whatever input mask you want.

Jeremy ==
Jeremy Wallace
AlphaBet City Dataworks
Affordable Development, Professionally Done

Please post in the appropriate forum with a descriptive subject; code and SQL, if referenced; and expected results. See thread181-473997 for more pointers.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top