If it is always in the fourth position just use...
AlphaField: Mid([SomeFieldName],4,1)
> Hi,
> I have a column which has values like 00-H15-81366, 03-A02-81570 etc. I need
> to make another column which will show the aphabet only e.g. H, A etc. I
> would like to know if there is any function that would allow me to do so.
> Thanks in advance.
Jack - 02 Mar 2005 22:41 GMT
Thanks for the help Rick. Regards.
> If it is always in the fourth position just use...
>
[quoted text clipped - 6 lines]
> > would like to know if there is any function that would allow me to do so.
> > Thanks in advance.