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
ASP.NET Grid Number Formatting
Custom control to see/select mutliple entries from a list
how run a macro(that does some tests) the moment MS Acess fires
XML Parsing Error: undefined entity
Software to recover an overwritten Excel file
Trying to eliminate password box on Reporting Services
how many vCpu to assign to SBS2008 on a ESXi 4.0 server
How to get max value from table (Access 2003 vs VB.net 2005)
SQL Pivot
Using the SCardTransmit method