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

It's not a matter of life or death, but....

Status
Not open for further replies.

PerryG

Programmer
Aug 15, 2000
75
US
....does anyone know of a way to overlay a mask on an InputBox. It's a small thing, but it would still be nice if it could be done.

Thanks in advance.

Perry
 
I'm not sure what you mean by overlaying a mask, but you can implement an input mask on a text box so that users can only enter data with a specific format, usually used for dates, phone numbers, etc. You can find it under the Data tab of the Input Box properties, and you can create custom input masks.

Jeff
 
Actually, I was wanting to use a mask with the InputBox function, but I found on another forum confirmation of my suspicions....it can't be done. I'll have to create my own custom form for the task.

Thanks anyway for your input.

Perry
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top