How do I truncate (select) specific data in an Access query?

T

tshipshape

I am trying to truncate data in an access query so as to display only the
information that is relevant.

B12-R*20G Should be B12-R
B12-R*765 Should be B12-R
3DB30*967 Should be 3DB30

There is consistancy in the data, ie. the * and all data that comes after it
is irrevelant and needs to be removed in the display.
 
Top