Microsoft
Software
Hardware
Network
Question : TextBox and Validation Rule
On a bound form I have two textboxes bound to numeric fields. In the Validation Ruleof TBNumber1 I have "<=[TBNumber2]"
The problem is what when one used the Del key or Backspace to Remove the number it fails the validation.
Is there away to do this?
Answer : TextBox and Validation Rule
Hi Jess
Try "Is Null or <=[TBNumber2]"
Good luck!
--
Graham
Random Solutions
IIS7 and DNS on Server 2008
How do I disable script & execute permission in IIS7 for a specific site subdirectory?
Exchange 2003 Problem
SCCM collection not updating after Office upgrade
How to I get a contact us page with forms to send information
Calculate a balloon payment
Microsoft Access error
ISA 2006 serices failed to start in timley fashion, routing and remote access the same
SQL Server Service manager saying 'Not Connected \\'
Need to create an Excel Sheet for DATA INPUT that then creates a DATABASE..or table..?