Thank you!
I was trying that but without the [0] at the end and it wasn't working.
I did end of getting the same result from using a combination of the InStr() to find location of "-" then Left ([fieldname], [InStr] -1) but this is one less step and faster.
Thank you again for all your help!