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 2003 file permission question
How do I send a Report as a .pdf Document?
DCount
Medium date in text field need to sort in query
sound driver
Multiple Asset tracking per month / Per year
Combine Publisher Files
ODBC tables connecting on startup
Basic Form Question
Adding a Count() to a Union Query