I'm sure this is really simple but I'm new to Access and can't find anything simalar already in the furum, probably because it is so easy.
I have a make table query that has a Colunm called Days Open as below . I want to extract the number from the field and loose everything else, I'm not interested in anything < than 1 day so I already have ...... ..............
Duration: IIf(Left([Days Open],1)="<","1") ?????????????????????
but what code do I need to get the other numbers
Days Open
< 1 day
1 day
2 days
5 days
< 1 day
If there is a better way than what I'm using then please help.
Thanks in advance
Steve