Inputbox

BenSteckler

Addicted to Programming
Local time
Today, 22:21
Joined
Oct 4, 2000
Messages
44
I am looking for a way to be able to ask a user a question using an inputbox that makes a user enter a specific style.

I tried to use a inputmask in the formula but could not find one. Any help?
 
You will have to make a form with a field that has your input mask and pop up the form. You cannot add an input mask to the Inputbox.
 
If this inputbox was tied to a form, and I export the response into a textbox, could I then use the inputmask in that field?

Then if there was a problem with the export, can their be a way the code understands that the export did not work?
 
Ben,

If you want to stick with using an input box let me know what format you want to ensure the entry is in and I'll write a bit of code that will validate the entry for you.

Ed Metcalfe.
 
I wanted to use the format of "AA9999A". Two letters, four numbers and then another letter. It is a sign on Id we use.

I was trying to use the on error command but I could not seem to have it fit what I needed. So any help you can give me will help.

Thanks
smile.gif
 

Users who are viewing this thread

Back
Top Bottom