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
Looking for DataList Replacement in WinForms for C#
Optimal Sequence for Rebooting SharePoint Farm
Check Date against database date range values
SSRS Report display all months
Volume Control Wave function always muted
How can I completely re-install USB whilst in recovery console?
MS Access Subform Fixed Column Width
how to dynamically set height and width in label
How Can I Change Account Locked Out message
Can I add additional SSL cerificate for single domain?