Forum home » Delegate support and help forum » Microsoft Access Training and help » access course london - Access
access course london - Access
Resolved · Low Priority · Version Standard
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.
For upcoming training course dates see: Pricing & availability
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
|
