Tina has attended:
Access Introduction course
Access
In a query criteria how do you pull back all records ending in a certain way when the field value can vary.
RE: Access
Hi Tina
Try the syntax
=RIGHT ([fieldname],#ofcharacters to return)
for example
=RIGHT([surname],4)
will return the last four characters of the SURNAME field
Regards
Richard