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 » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Sum w/in query



 
 
Thread Tools Display Modes
  #1  
Old October 27th, 2008, 03:49 PM posted to microsoft.public.access
Sr Accountant[_2_]
external usenet poster
 
Posts: 33
Default Sum w/in query

I have an Excel spreadsheet that I import into Access. I am trying within
Access to have it sum/net information for me. For example, I would like all
my 925-0 to be subtracted from my TRVU's for a particular doctor. Within
writing formulas to do this in Excel prior to importating to Access, how can
I do it within Access? Any input you can provide would be greatly
appreciated.
Thanks
  #2  
Old October 27th, 2008, 04:18 PM posted to microsoft.public.access
Golfinray
external usenet poster
 
Posts: 1,597
Default Sum w/in query

It is easier to take your field that you want to sum, put it in a separate
totals query, and then it back into your main query. In you try to sum in
your regular query, it gets messy.

"Sr Accountant" wrote:

I have an Excel spreadsheet that I import into Access. I am trying within
Access to have it sum/net information for me. For example, I would like all
my 925-0 to be subtracted from my TRVU's for a particular doctor. Within
writing formulas to do this in Excel prior to importating to Access, how can
I do it within Access? Any input you can provide would be greatly
appreciated.
Thanks

  #3  
Old October 27th, 2008, 04:53 PM posted to microsoft.public.access
Sr Accountant[_2_]
external usenet poster
 
Posts: 33
Default Sum w/in query

I have tried that, but I can't get it to work. Can you elaborate a little
more for me? Would I need to rename field names so they aren't the same in
each query? This seems to be part of my problem.
Thanks

"Golfinray" wrote:

It is easier to take your field that you want to sum, put it in a separate
totals query, and then it back into your main query. In you try to sum in
your regular query, it gets messy.

"Sr Accountant" wrote:

I have an Excel spreadsheet that I import into Access. I am trying within
Access to have it sum/net information for me. For example, I would like all
my 925-0 to be subtracted from my TRVU's for a particular doctor. Within
writing formulas to do this in Excel prior to importating to Access, how can
I do it within Access? Any input you can provide would be greatly
appreciated.
Thanks

  #4  
Old October 27th, 2008, 05:05 PM posted to microsoft.public.access
John W. Vinson
external usenet poster
 
Posts: 18,261
Default Sum w/in query

On Mon, 27 Oct 2008 08:49:02 -0700, Sr Accountant
wrote:

I have an Excel spreadsheet that I import into Access. I am trying within
Access to have it sum/net information for me. For example, I would like all
my 925-0 to be subtracted from my TRVU's for a particular doctor. Within
writing formulas to do this in Excel prior to importating to Access, how can
I do it within Access? Any input you can provide would be greatly
appreciated.
Thanks


First off... Excel is a spreadsheet, best of breed. Access is a relational
database programming environment. THEY ARE DIFFERENT! Access is *not* Excel on
steroids, and a table datasheet is *not* a spreadsheet and doesn't work like
one.

Access Tables store data, not expressions or calculations. Store your (real)
data in your Tables, and then - separately - use a Query to do calculations;
or do your calculations in a Form or a Report.

For some help getting into the Access mindset check out:

Jeff Conrad's resources page:
http://www.accessmvp.com/JConrad/acc...resources.html

The Access Web resources page:
http://www.mvps.org/access/resources/index.html

A free tutorial written by Crystal (MS Access MVP):
http://allenbrowne.com/casu-22.html

MVP Allen Browne's tutorials:
http://allenbrowne.com/links.html#Tutorials
--

John W. Vinson [MVP]
  #5  
Old October 27th, 2008, 07:46 PM posted to microsoft.public.access
Sr Accountant[_2_]
external usenet poster
 
Posts: 33
Default Sum w/in query

I understand that Access is NOT Excel, however, I thought you could write
some calculations. I have all my data in a main table, and have created sum
queries for those I need to separate out. In my main table, I have all my
data (for example, Total RVU's and also individual sites RVU's broken out for
each by the Dr #). I need to take the total RVU's and subtract any
individual sites RVU's from that particular Dr.'s total RVU's. I thought
this could be performed in Access, but it sounds to me that you are saying
no.

Please confirm or advise.
Thanks,

"John W. Vinson" wrote:

On Mon, 27 Oct 2008 08:49:02 -0700, Sr Accountant
wrote:

I have an Excel spreadsheet that I import into Access. I am trying within
Access to have it sum/net information for me. For example, I would like all
my 925-0 to be subtracted from my TRVU's for a particular doctor. Within
writing formulas to do this in Excel prior to importating to Access, how can
I do it within Access? Any input you can provide would be greatly
appreciated.
Thanks


First off... Excel is a spreadsheet, best of breed. Access is a relational
database programming environment. THEY ARE DIFFERENT! Access is *not* Excel on
steroids, and a table datasheet is *not* a spreadsheet and doesn't work like
one.

Access Tables store data, not expressions or calculations. Store your (real)
data in your Tables, and then - separately - use a Query to do calculations;
or do your calculations in a Form or a Report.

For some help getting into the Access mindset check out:

Jeff Conrad's resources page:
http://www.accessmvp.com/JConrad/acc...resources.html

The Access Web resources page:
http://www.mvps.org/access/resources/index.html

A free tutorial written by Crystal (MS Access MVP):
http://allenbrowne.com/casu-22.html

MVP Allen Browne's tutorials:
http://allenbrowne.com/links.html#Tutorials
--

John W. Vinson [MVP]

  #6  
Old October 27th, 2008, 08:28 PM posted to microsoft.public.access
John W. Vinson
external usenet poster
 
Posts: 18,261
Default Sum w/in query

On Mon, 27 Oct 2008 12:46:18 -0700, Sr Accountant
wrote:

I understand that Access is NOT Excel, however, I thought you could write
some calculations. I have all my data in a main table, and have created sum
queries for those I need to separate out. In my main table, I have all my
data (for example, Total RVU's and also individual sites RVU's broken out for
each by the Dr #). I need to take the total RVU's and subtract any
individual sites RVU's from that particular Dr.'s total RVU's. I thought
this could be performed in Access, but it sounds to me that you are saying
no.


Oh, sorry! Of course Access can perform calculations. It's just a matter of
WHERE it performs calculations.

You cannot (and need not) perform calculations *in a Table*. Just store the
data in a table; you'll never need to look at the table datasheet once you
have the database set up.

Instead, do the calculations in a Query, and base a form or report on that
query; or, do the calculations directly in your Form or Report. For totals
it's convenient to show the detail data in the Detail section of a form or
report, and put controls in the Footer to do the sums and averages.
--

John W. Vinson [MVP]
 




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


All times are GMT +1. The time now is 01:02 PM.


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