Hello Dick I cannot get your suggestion to work. I am using msquery to get data into Ecel from a Oracle database.
I an error ORA-00923 FROM keyword not found where expected.
Is the data in the ( ) renaming the outout field?
Any further help would be appreciated.
Jay
"Dick Kusleika" wrote:
[Quoted Text] > On Thu, 19 Apr 2007 14:02:02 -0700, Jayneedshelp > <Jayneedshelp[ at ]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>
|