Find the position of a character in a field

G

Guest

Hi all,

I have a field "ITEM" that contains both an Item Code and Item Description
separated by a space. I need to parse out the Item Code from the ITEM field.
The Item Code is of varying lengths so I need to find the position of the
first occurrence of the space character so that I can use the LEFT()
function. I tried using FIND(" ",[ITEM],1) to no avail. Apparantly can't
do this in ACCESS. How can I accomplish this in an access query??
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top