Access Help required.

Associate
Joined
20 Oct 2002
Posts
1,616
Location
North West
What is the syntex for finding the last character in a parts table - specifically i want the query to return all records which end in "q".

thanks.
 
Right([FieldName], 1) will give you the last character of a string field if that's what you are looking for.
 
Back
Top Bottom