Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Right/Left Function...

Status
Not open for further replies.

GIScrew

MIS
Nov 25, 2003
35
US
I am looking to take the Right(string,2) of a field. In Access, is this function performed in a query? Its been a long time since I have performed this function. Will someone refresh my memory on where to apply the necessary function phrase. Any guidance would help.
Thanks,
GG
 
It would work fine in a query, assuming the field/string is available too.
In the first empty column put something like:
MyValue:Right(myfieldname,2)

where MyValue is what you want to call the result and myfieldname is your field name.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top