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 can I increase the size of the C drive on a new Dell server
After_Update Event not firing
Add New REG_DWORD type Hexadecimal base Key in Registry using VB6
UML Reverse Engineer Visual Studio 2008 and Visio 2007
Can not create outlook data file
Excel Question
IRR function - project with all negative periods
Formula, Function or Macro that will eliminate the last 6 characters from a cell value
how to run SSIS package until it succeeds
Printing mutipul pages VB.NET 2005