Left function

MartinO

Registered User.
Local time
Today, 04:21
Joined
Oct 8, 2002
Messages
22
I'm trying to strip out an initial in a query from a Forename field. I'm using 'Left([Forename],1)' but all I'm getting is '#Error'.

Am I missing something or does Access 97 not actually respond to this function?
 
Does the [Forename] field have a value?
 
Its populated with 'Fred' 'Bill' etc. etc. and the field in the table that the query is based on, is a text field.
 

Users who are viewing this thread

Back
Top Bottom