Thanks Brian,
Left(yourstringname,Len(yourstringname)-3) removes the last 3
Right(yourstringname,Len(yourstringname)-3) removes the first 3
Can you tell me how I could join both of these expressions to remove the first and last 3 characters of a string in one go?
Thanks again,
daigriff