Microsoft
Software
Hardware
Network
Question : Validation in a form - Using "len"
Hi,
This should be very easy.
In a form I want to force my users to key 9 characters exactly into a field [SCV_Number].
I am using the "Property Sheet" for the field and there is an option for a "Validation Rule".
What syntax do I use to say len[SCV_Number] must equal 9??
I find the expression builder confusing in this case.
Thanks,
Answer : Validation in a form - Using "len"
Len([SCV_Number])=9
or you can use Input mask
Gary
Random Solutions
Microsodft system center virtual machine manager 2008
Saving A Word Document opened from a template in MS Access with a specific name
Locking a Row in Excel
The COM+ Event System detected a bad return code during its internal processing
Confused on the Windows 7 Virtual PC
How do I disable the ICS DHCP server?
What is the right way to clone a Windows Server 2003 server, using imaging software?
Linq to Sql union with constant values
How to createa a checkbox datatype column in a table in VBA code
How to determine why my MFC application requires Microsoft Office dlls to run ??????