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
How to add a team discussion to a task list
Access VBA to test for login or logout status ( If then Next)
Deleting blank rows
Change IP Address of Windows 2000 Domain Controller
Create a graph in a Word doc from Access based on access table data
How to change color in datarow in gridview in Web Part??
How to insert semicolon next to my values in excel column
Free .NET tool to convert RTF to HTML
SBS 2008 default website conflicting with SBS Web applications
Using Range in DoCmd.TransferSpreadsheet acImport