Teknologik
New member
- Local time
- Today, 14:57
- Joined
- Feb 10, 2011
- Messages
- 7
Hi,
I'm trying to seperate out multiple characters from a free text field.
Expr1: Left([RefNo],InStr([RefNo],"-")-1)
But the problem being that I want to exclude - or /.
Is there anyway of achieving this?
Thanks
I'm trying to seperate out multiple characters from a free text field.
Expr1: Left([RefNo],InStr([RefNo],"-")-1)
But the problem being that I want to exclude - or /.
Is there anyway of achieving this?
Thanks