KeithWilliams
Registered User.
- Local time
- Today, 22:46
- Joined
- Feb 9, 2004
- Messages
- 137
Hi,
I have an unbound text field named [Text_TargetTotalUpdateable].
To validate it, I added a validation rule:
IsNumeric([Text_TargetTotalUpdateable])
However, this does not accept any value, even an integer.
How can I validate this unbound field to require it to be numeric. Can I give it a data type, as a bound field would have?
Thanks,
Keith.
I have an unbound text field named [Text_TargetTotalUpdateable].
To validate it, I added a validation rule:
IsNumeric([Text_TargetTotalUpdateable])
However, this does not accept any value, even an integer.
How can I validate this unbound field to require it to be numeric. Can I give it a data type, as a bound field would have?
Thanks,
Keith.