> This would also apply to how to show only the first letter (initial) of a
> name. How to?
For example,
SELECT Left([FirstName, 1), LastName
FROM MyTable

Signature
Dirk Goldgar, MS Access MVP
www.datagnostics.com
(please reply to the newsgroup)
jkjmwilliams - 13 Jan 2008 21:06 GMT
Thanks, I tried it out, and it worked! You forgot to put the closing bracket
in, but I figured that part out. I just needed to know the right code.
> > This would also apply to how to show only the first letter (initial) of a
> > name. How to?
[quoted text clipped - 3 lines]
> SELECT Left([FirstName, 1), LastName
> FROM MyTable
Dirk Goldgar - 13 Jan 2008 22:25 GMT
> You forgot to put the closing bracket in
Oops! Sorry about that. I'm glad that didn't stop you.

Signature
Dirk Goldgar, MS Access MVP
www.datagnostics.com
(please reply to the newsgroup)