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
Need some help with ComboBox and Column
Handle to CreateProcess
Problems with screeen resolution and external monitor on Windows Vista
Oracle - Connect by Prior - Two times in single query
Export data from excel sheet to oracle
Linked table cannot be modified?
user level security on access 2003 database
Event viewer not recording events anymore
Removing an Exchange 2003 Server
Call main form event from my subform