Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I'm so for this but I'm still having problems. I need help 1

Status
Not open for further replies.

chubby

Programmer
Apr 28, 2001
278
US
I have a table that contains ALL TEXT fields. All my counting comes from counting text fields. Example:
[last name],[first name],[rate],[rank],[officer/enlisted],[job pos],[gender],[UIC 1190 or 2253],and [remarks].. get the hint. Note: I filter on the remark section a lot get other information on personnel that are assigned to special, schools, other commands, special projects, and so on...

Now for the Problem! My end-users want a report that counts all for these things, in all type of combinations thats not to much of a problem. The problem is I want to able to add up to totals from two or three different queries in my report.

Example: I have three queries already that counts number of officers in UIC 1190, all personnel in c-1 school and all enlisted personnel in 2210... Now how can I add the totals from three different queries in my report?

 
DSum will do what you would want.. You can check it out in help and there is also thread703-85128 which will help you as well.

Joe Miller
joe.miller@flotech.net
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top