PC Review


Reply
Thread Tools Rate Thread

Changing Format of Access Field via Query?

 
 
assron@earthlink.net
Guest
Posts: n/a
 
      23rd May 2007
HI all,
Here is what i have, two Oracle tables across multiple schemas that I
cannot change the actual format in the table.
One table has the field = Text
The other table has the field = Number/Decimal/10 Precision

I need to link these two together to run some data and currently I
have been making a temp table
and changing the TEXT one to a NUMBER but am wondering if there is a
way to change the Format of the TEXT one to a Number in a query which
would save me from having to always be making a TEMP TABLE.

Thanks in advance for any help you can give..

Aaron

 
Reply With Quote
 
 
 
 
Arvin Meyer [MVP]
Guest
Posts: n/a
 
      23rd May 2007
Try using an aliased column like:

Expr1: CDbl([YourTextField])

Then link the Expr1 Column to your number column in a second query.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com

<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> HI all,
> Here is what i have, two Oracle tables across multiple schemas that I
> cannot change the actual format in the table.
> One table has the field = Text
> The other table has the field = Number/Decimal/10 Precision
>
> I need to link these two together to run some data and currently I
> have been making a temp table
> and changing the TEXT one to a NUMBER but am wondering if there is a
> way to change the Format of the TEXT one to a Number in a query which
> would save me from having to always be making a TEMP TABLE.
>
> Thanks in advance for any help you can give..
>
> Aaron
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing format on calculated field in a query ibvalentine Microsoft Access Queries 2 16th Jan 2008 12:20 AM
Re: Changing Format of Access Field via Query? assron@earthlink.net Microsoft Access 0 23rd May 2007 04:34 PM
Re: Changing Format of Access Field via Query? assron@earthlink.net Microsoft Access 0 23rd May 2007 04:34 PM
Re: Changing Format of Access Field via Query? assron@earthlink.net Microsoft Access 0 23rd May 2007 04:34 PM
?prevent MS query from changing the * to field names of Access tabls? timwang TM via AccessMonster.com Microsoft Access External Data 0 19th Jan 2005 07:56 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:33 PM.