473,322 Members | 1,719 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

Validation Expression

I need to know how to enter the ValidationExpression for 6 or more
characters

I know ValidationExpression=\w{6} only allow 6 characters but I want it to
be at least 6 or more and I only want numbers and letters no special
character.

Can you help me

Thanks.

momo.
Nov 17 '05 #1
4 2316
sure momo

it's ValidationExpression/=-+u/w/t6+

lessless
Nov 17 '05 #2
Road Warrior
I tried that and it did not work. i want to make I got this right.

I tired both
ValidationExpression = "/=-+u/w/t6+"

and this

ValidationExpression="-+u/w/t6+"

And it did not work

"Road Warrior" <sp*****@getbounced.net> wrote in message
news:O%****************@TK2MSFTNGP09.phx.gbl...
sure momo

it's ValidationExpression/=-+u/w/t6+

lessless

Nov 17 '05 #3
momo please feel free to call me by my given name...lessless

try this one:

ValidationExpression = "/=-+u/w/t6+iamsostupidimightnotfigurethisout"

hope that helps

lessless

"momo" <se**********@seeourweb.com> wrote in message
news:ex**************@TK2MSFTNGP09.phx.gbl...
Road Warrior
I tried that and it did not work. i want to make I got this right.

I tired both
ValidationExpression = "/=-+u/w/t6+"

and this

ValidationExpression="-+u/w/t6+"

And it did not work

"Road Warrior" <sp*****@getbounced.net> wrote in message
news:O%****************@TK2MSFTNGP09.phx.gbl...
sure momo

it's ValidationExpression/=-+u/w/t6+

lessless


Nov 17 '05 #4
"momo" <se**********@seeourweb.com> wrote in
news:OT**************@tk2msftngp13.phx.gbl:
I need to know how to enter the ValidationExpression for 6 or
more characters

I know ValidationExpression=\w{6} only allow 6 characters but I
want it to be at least 6 or more and I only want numbers and
letters no special character.


Try this:

^(\w|\d){6,}$

Hope this helps.

Chris.
-------------
C.R. Timmons Consulting, Inc.
http://www.crtimmonsinc.com/
Nov 17 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Geoff Soper | last post by:
I've been looking for a simple way of checking that a string is an e-mail address. I don't need to check if the address exists, just if the format of the string matches. There seem to be lots of...
3
by: arc | last post by:
I have a server object that performs zipcode validation based on zipcode entered in the web form. Ideally this should work as follows: Once the zip code is entered in the edit box it should...
18
by: Steve | last post by:
Hi I have a really weird problem and any assistance would be welcome. I have developed an app in Access 2002. The app runs perfectly on the development machine. I have packaged the app using...
6
by: Chuck | last post by:
A97. A database has a table: tblA which has a single text field, B. It is a primary field, indexed and no duplicates. It is used as a lookup for table tblC. A form based on tblA is used to add...
5
by: JIM.H. | last post by:
Hello, I have this validation expression: ^(?:(?:0?|1)|(?:0?|11)(?!\/31)|(?:0?2)(?:(?!\/3|\/29\/(?:(?:0||)00|(?:\d{2}(?:0||))))))\/(?:0?||3)\/\d{4}$ This is supposed to match MM/DD/YYYY it is...
2
by: ticars | last post by:
I have a telephone number user control in which I need to validate the data entered (Required field validation and regular expression validation). The phone number is represented as 3 text boxes...
2
by: Jeff | last post by:
hey asp.net 2.0 I have a textbox on my webpage. I want to validate that the user has entered a number and not text. So I added a RegularExpressionValidator to the form, and set its...
5
by: paul_zaoldyeck | last post by:
does anyone know how to validate an xml file against multiple defined schema? can you show me some examples? i'm making here an xml reader.. thank you
2
by: pintu | last post by:
Hi I am writing a validation expression for the followings 1)EPF/chp15_v3.htm#p33 or 2)EPF/chp15_v3.htm I wrote the validation expression as *\.(htm|html)\#*$
2
by: jack | last post by:
Im a new bee in validation Im just in the design phase of the project and not thinking about having a saperate validaion block. Just browsed through validaion block of enterprise library which...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.