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
windows server 2003 server hack issue
Getting GPS Latitude and Longitude on Smartphone with vb.net
How do I format text to diplay currency in VB?
Excel 2007 VBE
Delete all asp.net users with applicationId = xx
Exactly what does Compact and Repair do?
What is a 'Database consistency check'?
Escape while loop, then re-run while loop
Font in Cobo Box shrinks when I select from it
Why does EE not allow file uploads with the .accdb extension?