Hi All,
I am stumped again
Starting from the left I need to locate the first " ", or "_", or "-", or "."
Then return all Characters before it.
The engineers have promised not to add any more variances.
Using Access 2003
Sample Data in [tblItems].[BPNo]:
B21821 Outline.pdf
B21617D_Outline_7BS-896.pdf
21978_OUTLINE 792.pdf
2264101- Outline 5OU-983.pdf
A2376501B Outline YTO-756.pdf
A13893.pdf
From the above sample entries I would like to return in my Query the following:
B21821
B21617D
21978
2264101
A2376501B
A13893
Thanks,
UncleG
I am stumped again
Starting from the left I need to locate the first " ", or "_", or "-", or "."
Then return all Characters before it.
The engineers have promised not to add any more variances.
Using Access 2003
Sample Data in [tblItems].[BPNo]:
B21821 Outline.pdf
B21617D_Outline_7BS-896.pdf
21978_OUTLINE 792.pdf
2264101- Outline 5OU-983.pdf
A2376501B Outline YTO-756.pdf
A13893.pdf
From the above sample entries I would like to return in my Query the following:
B21821
B21617D
21978
2264101
A2376501B
A13893
Thanks,
UncleG