On Thu, 19 Apr 2007 14:02:02 -0700, Jayneedshelp
<Jayneedshelp.DeleteThis@discussions.microsoft.com> wrote:
>I have a good query however one of the output columns I want to convert from
>text to a number. I think that the CLng is the correct option I just do not
>understand how to get the output to be a changed by the CLng function.
It looks like this with a Jet (Access) database
SELECT tblLink.ProductID, CLng([MyTextField]) AS ConvertedText
FROM tblLink;
--
Dick Kusleika
Microsoft MVP-Excel
http://www.dailydoseofexcel.com