Connecting Tech Pros Worldwide Help | Site Map

multiplying values in a query

  #1  
Old November 13th, 2005, 05:04 AM
Matthew Kramer
Guest
 
Posts: n/a
How could I create a query which multiples all the values in one field
of a table by 1000? Would it be done the same way to do the same thing
on a query from a query of table? Thanks.

Mat


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
  #2  
Old November 13th, 2005, 05:04 AM
PC Datasheet
Guest
 
Posts: n/a

re: multiplying values in a query


Put this expression in the first empty field in your query:
MyFieldX1000:[MyField]*1000

You would do the same thing on a query from a query of table.

--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
resource@pcdatasheet.com
www.pcdatasheet.com


"Matthew Kramer" <mkramer110@hotmail.com> wrote in message
news:41881a1e$0$14538$c397aba@news.newsgroups.ws.. .[color=blue]
> How could I create a query which multiples all the values in one field
> of a table by 1000? Would it be done the same way to do the same thing
> on a query from a query of table? Thanks.
>
> Mat
>
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it![/color]


Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Additional Join in Query Results in Miscalculation tweeterbot answers 4 July 5th, 2007 02:39 PM
Multiplying matches, complex query mareeus@gmail.com answers 3 April 3rd, 2007 02:45 PM
Multiplying matches, complex query mareeus@gmail.com answers 0 March 30th, 2007 06:35 PM
Multiplying query columns Dave answers 3 November 23rd, 2005 04:08 AM