Access VBA has Instr to return the position of the first occurrence of a string in another string.
Instr ( [start], string_being_searched, string2, [compare] )
Is there any method to return the position of the last occurrence of a string in another string?