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
Does csv file support arabic characters ?
Windows Server 2008 R2 Kms Activation issue
VFP code to make minimized app blink in taskbar?
How to write SQL with string containing an apostrophe
sql server for loop
What is password replication policy in RODC?
Free disk clone software?
Begin/Commit Nested Transactions in VFP/Sql Server environment
Windows Disk Diagnostic detected a S.M.A.R.T. fault on disk
get unique/distinct counts for pivot table