Determine value

  • Thread starter Thread starter hin
  • Start date Start date
H

hin

Hi!

I have a Text field call strValue. I like to allow user to input
values like:

1
2
1.1
1.2
A
B

But not:
1.A
1.1.A
A.1

Is there a way to determine if someone inputted these kind of values?
I don't want any users to input values that have Char and Number mixed
together.

Thanks!
 
hin said:
Hi!

I have a Text field call strValue. I like to allow user to input
values like:

1
2
1.1
1.2
A
B

But not:
1.A
1.1.A
A.1

Is there a way to determine if someone inputted these kind of values?
I don't want any users to input values that have Char and Number mixed
together.

Thanks!

Sure, do you have any experience in VBA?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top