Hi All,
I am a complete newbie at MS Access (2003) and I am creating a database. I want to control what people enter into the forms to ensure accurate data. So, these are the conditions I need to build into my form entry:
* ISBN entry needs to be either 0 10 or 13 numbers in length
I have tried using the validation rule in the form field properties and build a condition. It looks like this so far:
=((Len([Print ISBN])=10) Or (Len([Print ISBN])=0) Or (Len([Print ISBN])=13))
Do I need all the paranthesis? The error I am getting is that it always thinks there are not the correct amount of chars unless I put a zero in there. The cell is formatted as a general number cell.
Cheers!
Jimbo
I am a complete newbie at MS Access (2003) and I am creating a database. I want to control what people enter into the forms to ensure accurate data. So, these are the conditions I need to build into my form entry:
* ISBN entry needs to be either 0 10 or 13 numbers in length
I have tried using the validation rule in the form field properties and build a condition. It looks like this so far:
=((Len([Print ISBN])=10) Or (Len([Print ISBN])=0) Or (Len([Print ISBN])=13))
Do I need all the paranthesis? The error I am getting is that it always thinks there are not the correct amount of chars unless I put a zero in there. The cell is formatted as a general number cell.
Cheers!
Jimbo