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
How do I get the Date() to begin at 07:00 instead of 00:00
mde and code protection ...
C# copy files from one folder to another
Windows 7 BitLocker with Active Directory
Another auto-Complete question for a combobox in an Access form
Windows 7 Backup
store procedure Vs. Triggers
Search Barcode in Table After Scanned into Text Field
MS DOS looping
Subtract number and pad as 3 digits in Oracle 9i