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
Aceess 2002 SQL Query question... accumulation by group by sequence
Exchange 2003 or 2007 with VMWARE
How to select records from tblA that do not exist in tblB ?
macro vlookup error
Excel 2007 - Macro Digital Certificate Issue
A configuration error in the e-mail system caused the message to bounce between two servers or to be forwarded between two recipients
Import SQL 2005 database example into SQL 2008
Can't resolve how a QuickStart defines a ICollection var
Export DatagridView or DataSet as CSV File
how to keep the session variable alive until the user close the browser?