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
SQL SERVER 2005 - SELECT top 4 query
Programatically create multiple paragraph to a Excel Cell
MS Word 2007 :: Tables :: Prevent Page Break
Exchange 2010 After install when initialising it looks for the DC not the member server
SQL Server 2005 Error, Ex_handle_except encountered exception C0000005 - Server terminating
Change domain of XenApp farm
How do i develop a chat application without using timer in c#?
What would cause the Report_NoData Sub routine to run twice? Access 2003
Active Directory
How to generate error message that contains a parameter?