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
Excel-like stock chart in access
Running Access 2007 and 2003 simultaneously
need to create output from more than one table using join
Table Long datatype and ADO adInteger parameter datatype
What does this mean: FW/IDC that is denying you access.
How to make a regular AD user an admin on a single server
Excel 2007 charts do not update!
Customize Default Delimiters in Text Wizard?
Outlook 2003 problem setting up reccurring appointment
SQL Syntax Input/Output Parameters passing in initial values.