J
jkjmwilliams
How can I display only 4 digits in a number in a query when the original data
has 5. I am storing my numbers as text.
JoAnn
has 5. I am storing my numbers as text.
JoAnn
jkjmwilliams said:How can I display only 4 digits in a number in a query when the original
data
has 5. I am storing my numbers as text.
jkjmwilliams said:This would also apply to how to show only the first letter (initial) of a
name. How to?
Dirk Goldgar said:jkjmwilliams said: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
--
Dirk Goldgar, MS Access MVP
www.datagnostics.com
(please reply to the newsgroup)
jkjmwilliams said:You forgot to put the closing bracket in