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
move to a row in listview control - MS Access 2003
Cannot join Windows 7 64 bits to SBS 2003 domain
Finding version of ASP.net on Server
Need to add Numeric Field representing Hours and Minutes
How do you truncate a Sql 2000 log file
Export or download file from embeded resource Silverlight
SCVMM 2008 Deployment
Calendar Column in DGV
Microsoft Exchange Mailboxes
Calculating percentage...