Validation Rule - Enter 9 Numbers Into Field Including 0 In The Beginning

Feb 29, 2012

I only want the user to be able to enter 9 numbers into the field including 0 in the beginning if needed.

I have this code in at the moment "Is Null OR Between 100000000 And 999999999", however if the number starts with a 0, it doesn't include it.

Else I'll just use an Input Mask

View Replies


ADVERTISEMENT

Validation Rule - Must Enter Number Then Letter

Mar 30, 2005

Hello,

I was hoping someone could help me with a validation rule for a table.

What I require is for you only be able to enter specific data, for example the first character must be a number and be 7, 8 or 9, and the second character entered must be a letter, only letters available are A, B, C, D, E, N and S. For example these will be accepted 9C 8D 7B 7S 7D 8E, other will not (3S, 7G, B8)

Can anyone tell me what it is i enter into the validation rule box or direct me to any online help with this.

Thx

View 1 Replies View Related

Using Validation Rule To Set Field To Required

Feb 11, 2006

How can I use the validation rule to set field to required instead of checking required field, because I wish to customize the prompt message.

Thanks.

View 2 Replies View Related

Validation Rule On Field In A Table

Apr 10, 2007

Hi

I have a form which people fill in (made up of fields from Table1) to record when sick days.

On the form, they have to enter the "week commencing" (which is set at Medium Date format); then they have to enter in a first day (which is set at Short Date format).

The First Day should be no more than 7 days from the date that they enter in the Week commencing field on the form.

I want an error message to pop up if they do this, for example:

Week commencing: 1st April 2007
First Day: 10th April 2007

(because the 10th April 2007 is more than 7 days from the 1st April). But it would be ok if they did this:

Week commencing: 1st April 2007
First Day: 8th April 2007

Help???

thanks!

Maria

View 9 Replies View Related

Validation Rule In Multi Value Field

Oct 14, 2014

I created a field in access 2010 called OptionalSubjects . It is a multi value field where a user can select multiple values from the combo box, the selection are ID from a query. Now i want to limit the user to only two selection from the multiple values available and not less than two. So the field is either NULL or two selection only. How can I achieve this in validation rule or vba.

View 3 Replies View Related

Validation Rule For A Month Field

Aug 10, 2011

In the forms for my database, I require the user to input a month and year. Due to how the reports are structured, I need the format of the month and year to be very specific. I tried to set the format as 'mmmm yyyy' however even though it is visibly displayed as this, in the table, the values are still stored as sometimes 6/1/2011 or June 2011 and Jun 2011, which in Access' eyes are two different values.

In the report, it will display June multiple times because of this format discrepancy. I am trying to create a validation rule to ensure the user will enter the month and year in the correct format, but how to go about writing the expression.

View 7 Replies View Related

Validation Rule In Table For A Field

Mar 5, 2012

This is pretty simple but I need to place a validation rule in my table for a field so that users can only enter data that starts with APB. What would the rule be?

View 1 Replies View Related

Validation Rule In Relation To Another Field Name?

Apr 28, 2012

How to create a validation rule in relation to another fieldname in the same table?

For example, the first field line is the serial number, and when something is entered for the serial number the OTHER field line (which is quantity) needs to be 1, otherwise it stays blank.

I use access 2007 or 2010 depending what computer I'm using.

View 3 Replies View Related

Table Validation Rule - Field Accepts Only A-Z

Feb 9, 2006

I am wanting a text field in a table to accept only chars A - Z

In my validation rule I use

Like "a" Or "b" Or "c" Or "d" Or "e" Or "f" Or "g" Or "h" Or "i" Or "j" Or "k" Or "l" Or "m" Or "n" Or "o" Or "p" Or "q" Or "r" Or "s" Or "t" Or "u" Or "v" Or "w" Or "x" Or "y" Or "z"

Which works :D

Then validation text I use

Enter Alphabetical Letters only

Also works :D

Is there any short way to write Like A.....thorugh to Z without the long statement?

View 2 Replies View Related

Tables :: Create A Field Validation Rule?

Mar 25, 2014

I want to create a field validation rule that requires the user to input a policy number in a standard format. The format has a fixed length of 13 with three underlying components. The first 3 digits identify coverage, the next 7 are the policy number and the final three must always be "-00".

Example: GLO1234567-00

Is it possible to create a validation rule for this ? If so, can you provide the code based on the simple example above ?

View 4 Replies View Related

Tables :: Validation Rule To Change Field To Alphanumeric Only?

Dec 6, 2013

What would I need to enter into the validation rule to change the field to alphanumeric only?

View 3 Replies View Related

Forms :: Validation Rule - 1 Field To Multiple Fields

Aug 12, 2013

I am trying to create a validation rule whereby If a box is checked it makes sure that before saving and moving to the next form several, though not all fields are valid.

Ive tried many variations of:

([x] Is Not Null) OR ([Y] is Null) And ([x] Is Not Null) OR ([Y] is Null] etc etc for the fields I need covered.

Either the rule doesnt work at all or else all data input is invalid!

View 9 Replies View Related

Tables :: Set Validation Rule For Unit Field In Design View

May 1, 2013

I have two tables in Access 2010:

Tbl1 - Abbreviations: with fields (1) "Abbreviation" and (2) "Definition"
Tbl2 - Piping: with multiple fields one of which is "Unit"

In Design View of Tbl2, I'd like to set the "Validation Rule" for the "Unit" field so that it is restricted to values in field 1 of the Abbreviations Table (i.e. one of the listed abbreviations").

I tried variations of "[Tables]![Abbreviations]![Abbreviation]" in the "Validation Rule" portion of the Design View for Tbl2 (Piping) but, couldn't get this to work.

View 1 Replies View Related

Validation Rule

Nov 22, 2005

Hey I have a little problem, I have this assignment for school to make a simple database, I did all that but there's one little thing I can't seem to find.
I have to limit a Field's length to 15, but not through Field Size but thanks to a validation rule, and since I don't know a lot of validation rule commands I have no idea what the syntax is for the field length. How can I do this, it's pretty urgent actually, need to have this by tomorrow :s
Thanks!

View 1 Replies View Related

Validation Rule

Nov 27, 2005

Relatively new to access, just trying to create a range in a validation rule. What I have are 2 cells, Date_Taken and Date_Returned. I want Date_Returned to only accept values between: Date_Taken and equal to or less than the current date.

Between "Date_Taken" And <=Now()

is what I've got at the mo', yet it's not working. I'm gathering that I'm referring to the Date_Taken cell incorrectly. Any help? I don't see any tools to fix such a thing.

View 1 Replies View Related

Validation Rule

May 26, 2007

Hi

I need to know how to set a rule to a password field that the user
only be able to type english letters and numbers .


Any idea how?


Thanks

View 2 Replies View Related

Validation Rule

Aug 20, 2007

Hey guys, what is the easiest way to validate a field based on another.

I have 2 combo box, lets say cboOne and cboTwo. If cboOne = 1 then cboTwo must be blank/Null. Can I place this validation in the table validation properties. If so, how do I word the validation code.

View 8 Replies View Related

Validation Rule Help

Apr 2, 2008

Hi,I'm really struggling to try and find a solution to a problem.I need to find a validation rule that only accepts:letters, spaces and hyphens (-) in the field.I have tried for at least 14 hours today and most of yesterday afternoon, but I just can't get it.The furthest I've got is rejecting everything except from letters and spaces, with each these codes individually:(I've only listed a few so you could see just a fraction of what I'd already tried)Is Null Or Not Like "*[!((a-z) or (Chr(32),Chr(45)))]*"Is Null Or Not Like "*[!((a-z) or (Chr(32)) or (Chr(45)))]*"Is Null Or Not Like "*[!((a-z) and (Chr(32)) and (Chr(45)))]*"Is Null OR Not Like "*[!((a-z) or (( ),(-)))]*"Is Null OR Not Like "*[!((a-z) or ( ) or (-)))]*"Is Null OR Not Like "*[!((a-z) and ( ) and (-)))]*"Is Null Or Not Like "*[!((a-z), ,-)]*"However, it is also rejecting hyphens, which I need it to accept.Also, unfortunately it is accepting bracketsHopefully someone here will have a solution, because I'm stumped, :confused:James

View 14 Replies View Related

Validation Rule

Nov 4, 2004

Question about validation rules. I have a user who has set up a validation rule to allow certain values to be entered.

Something like if the value equals 4 or equals 5 then it would accept it. Now she would like the validation be set so they can put both 4 and 5 in together. How can this be done?

View 7 Replies View Related

Validation Rule

Feb 18, 2005

What would be the 'validation rule' to input into the properties window for a Client ID? - (validation rule would make sure that none of the Client ID's are the same). ;)

View 4 Replies View Related

Help With Validation Rule

May 7, 2005

Here's my problem:

Table: PARAMETERS
Field: PARM1
Field: SYMBOL

Table: TRANSACTIONS
Field: DATE
Field: AMOUNT
Field: loads more...

What I want is a validation rule on the AMOUNT field, which says that the data entered cannot be greater than the number in the PARM1 field.
I can't get this to work, and I reckon it's becuase there's one record in the PARAMETERS table, but lots in TRANSACTIONS.
In solving this problem I do not want to add any more records to PARAMETERS. The idea of that table is that it is an easy way to customise the database, not a way of storing data.
I've putting this in the validation rule box (but it didn't work):
=<Tables![PARAMETERS]![PARM1]

Please help!
Thanks

View 2 Replies View Related

Validation Rule

Jun 1, 2006

hi i am new to access but i am trying my hands on it...i have a problem:i want to put some validation rule(constraints) on a field in the table such that user can only able to enter only 10 digit number and even if that number starts form "0" then it shows the starting zeros without concatenation.for ex if user put 0681482803 then it should not convert back to 681482803also one more thing i want to ask what is the best Field size for 10 digit number.. as long integer doesn't fulfill the requirement and double is very large

View 3 Replies View Related

Validation Rule

Jul 19, 2006

Hi all,

I have a form that records a unique number which requires a full stop to be present. Is there anyway of ensuring a user has to enter a "." somewhere in this box?

Cheers:p

View 8 Replies View Related

Validation Rule

Feb 7, 2007

I almost read all posts about validation rules and I cant find solution for my problem.
I want to set that users must enter 13 numbers no more no less in form field,and if this condition is not satisfy I want to give warning to users with pop up massage.
Is it posible to make with validation rule or I must use code.

Please help me to resolve this problem.

View 2 Replies View Related

Validation Rule

Jul 5, 2007

Hello can anyone help me I am trying to make a validation rule for a field. It needs to be Between 0 And 28 OR "NA". When I use this in the validation property it works for the numbers and text but if you input say NJ or any other combination it issues a message box saying cannot evaluate the constraint, check Validation rules.
Am I missing some important syntax or something. Any help gratefully appreciated.
Barry

View 14 Replies View Related

Validation Rule

Sep 7, 2007

How do I set up a validation rule for a table where the rule checks two fields to see if combined they are unique...i.e.

Field 1 Field 2
John Doe 12345

therefore in field 2 12345 cannot be used again when John Doe is used in the same record.

Thanks...

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved