A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Running & Setting Up Queries
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Make Table Query is converting currency field to a number in the t



 
 
Thread Tools Display Modes
  #1  
Old January 13th, 2006, 05:39 PM posted to microsoft.public.access.queries
external usenet poster
 
Posts: n/a
Default Make Table Query is converting currency field to a number in the t

I have a make table query that is performing many cost currency calculations.
When you run the query as a SELECT query all of the calculations come out as
currency ex: $1.24. This is how I want it to come out. When I run it as a
make table query it converts the currency to a number in the table and I am
getting 1.2456 instead of the $1.24 that I was getting in the query. I am not
sure if this helps but the currency fields in the query are EXPRESSIONS that
I created. For the life of me I do not know why.
  #2  
Old January 13th, 2006, 06:10 PM posted to microsoft.public.access.queries
external usenet poster
 
Posts: n/a
Default Make Table Query is converting currency field to a number in the t

Try this: right click on each currency field in the query design grid, and in
the dialog box, type the word Currency in the Format space.

HTH

Curt Johnson wrote:
I have a make table query that is performing many cost currency calculations.
When you run the query as a SELECT query all of the calculations come out as
currency ex: $1.24. This is how I want it to come out. When I run it as a
make table query it converts the currency to a number in the table and I am
getting 1.2456 instead of the $1.24 that I was getting in the query. I am not
sure if this helps but the currency fields in the query are EXPRESSIONS that
I created. For the life of me I do not know why.


--
Sam

Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...eries/200601/1
  #3  
Old January 13th, 2006, 07:36 PM posted to microsoft.public.access.queries
external usenet poster
 
Posts: n/a
Default Make Table Query is converting currency field to a number in t

Mr OfficeDev18-
I tried this and it did not work. Any other suggestions.
Thank you for your quick response.

"OfficeDev18 via AccessMonster.com" wrote:

Try this: right click on each currency field in the query design grid, and in
the dialog box, type the word Currency in the Format space.

HTH

Curt Johnson wrote:
I have a make table query that is performing many cost currency calculations.
When you run the query as a SELECT query all of the calculations come out as
currency ex: $1.24. This is how I want it to come out. When I run it as a
make table query it converts the currency to a number in the table and I am
getting 1.2456 instead of the $1.24 that I was getting in the query. I am not
sure if this helps but the currency fields in the query are EXPRESSIONS that
I created. For the life of me I do not know why.


--
Sam

Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...eries/200601/1

  #4  
Old January 14th, 2006, 08:06 AM posted to microsoft.public.access.queries
external usenet poster
 
Posts: n/a
Default Make Table Query is converting currency field to a number inthe t

Curt,

You could try using the CCur() function in the query.

If you still need help with this, it will be a lot easier for potential
helpers if you could give some specific detail, examples, and the SQL
view of the make-table query.

--
Steve Schapel, Microsoft Access MVP


Curt Johnson wrote:
I have a make table query that is performing many cost currency calculations.
When you run the query as a SELECT query all of the calculations come out as
currency ex: $1.24. This is how I want it to come out. When I run it as a
make table query it converts the currency to a number in the table and I am
getting 1.2456 instead of the $1.24 that I was getting in the query. I am not
sure if this helps but the currency fields in the query are EXPRESSIONS that
I created. For the life of me I do not know why.

  #5  
Old January 16th, 2006, 05:40 PM posted to microsoft.public.access.queries
external usenet poster
 
Posts: n/a
Default Make Table Query is converting currency field to a number in the t

Alternatively, you can run the Make Table query manually once. Then go in and
change the fields you want as currency to data type 'currency' (they will
probably be type 'number' with field size 'decimal' or 'single'). For the
future, instead of re-making the table, simply delete the table contents
(with a delete query) and change your Make Table query permanently to an
Append query.

There's more than one way to skin Access' cat.

HTH

Steve Schapel wrote:
Curt,

You could try using the CCur() function in the query.

If you still need help with this, it will be a lot easier for potential
helpers if you could give some specific detail, examples, and the SQL
view of the make-table query.

I have a make table query that is performing many cost currency calculations.
When you run the query as a SELECT query all of the calculations come out as

[quoted text clipped - 3 lines]
sure if this helps but the currency fields in the query are EXPRESSIONS that
I created. For the life of me I do not know why.


--
Sam

Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...eries/200601/1
 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
OH! I Give Up JAA149 General Discussion 8 November 29th, 2005 01:29 PM
Microsoft Access Limits (file size, table records, users) Mike General Discussion 4 November 4th, 2005 03:01 AM
Make table query changes precision of number field jkpe Running & Setting Up Queries 3 October 20th, 2005 05:40 PM
Help again from Ken Snell (Query) Randy Running & Setting Up Queries 22 August 29th, 2005 08:15 PM
Access combo box-show name, not ID, in table? write on New Users 30 April 30th, 2005 09:11 PM


All times are GMT +1. The time now is 08:01 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.