AndyShuter
Registered User.
- Local time
- Today, 21:46
- Joined
- Mar 3, 2003
- Messages
- 151
I have a field that collects data about someone's house name or number. It is set to text but will obviously store numbers as well.
What I need to do is to be able to determine whether the inputted value is either a HOUSE NO or a HOUSE NAME
For example
If input = "The Gables" Then "HOUSE NAME"
If input = "29" (or even 29A) then HOUSE NUMBER
One thing I thought would seriously narrow the options down would be to set LEN to >4 for house name, but I just wondered if anyone had any other suggestions
What I need to do is to be able to determine whether the inputted value is either a HOUSE NO or a HOUSE NAME
For example
If input = "The Gables" Then "HOUSE NAME"
If input = "29" (or even 29A) then HOUSE NUMBER
One thing I thought would seriously narrow the options down would be to set LEN to >4 for house name, but I just wondered if anyone had any other suggestions