R
Randy
Access 2000. I have been trying to get a query to return the first,
second, or third letters of an order number. Ive used : left([Cert_ID],2)
etc but it will also return numbers where I only want text returned.
Example I have order numbers such as: A123232, CD32323, and ABD4343 I only
want the first, second or third text returned on my query. I need to see:
A or CD or ABD. Thanks in advance.
second, or third letters of an order number. Ive used : left([Cert_ID],2)
etc but it will also return numbers where I only want text returned.
Example I have order numbers such as: A123232, CD32323, and ABD4343 I only
want the first, second or third text returned on my query. I need to see:
A or CD or ABD. Thanks in advance.