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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Left Function Message

Status
Not open for further replies.

Brogrim

Technical User
Jul 28, 2000
184
IE
I am trying to use the left function to extract the first letter from every name so I can use them in a report in alphabetical order

I am using this function: =Left([Name],1)

I am getting the following message

Undefined Function "Left" in expression

any suggestions
 
You have a problem with library references.
Open any module in design view.
Choose Tools>references from the menu.
Deselect & reselect any marked as Missing.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top