Ask Experts Questions for FREE Help !
Ask
    sukkarfarid's Avatar
    sukkarfarid Posts: 9, Reputation: 1
    New Member
     
    #1

    Sep 7, 2006, 03:24 AM
    Count in the Report
    Dear...
    I have aquestion about the report .
    I give you example .

    Table:

    Size Date
    FCL 1 X 40' 2/6/2006
    FCL 2 X 40' 5/6/2006
    FCL 3 X 40' 9/6/2006
    LCL / 1 PALLET 1/8/2006
    LCL / 2 PALLETS 2/8/2006
    LCL / 3 PALLETS 3/8/2006
    LCL / 4 PALLETS 4/8/2006


    My question...
    How can I cout the like size (FCL) = 3 as example
    and the size (LCL) = 4 as example
    between Date I insert it

    thanks and Regards
    Farid Sukkar
    colbtech's Avatar
    colbtech Posts: 748, Reputation: 66
    Senior Member
     
    #2

    Sep 7, 2006, 03:28 AM
    What software are you using?

    If you are using Excel, use CountIF function.
    sukkarfarid's Avatar
    sukkarfarid Posts: 9, Reputation: 1
    New Member
     
    #3

    Sep 7, 2006, 03:33 AM
    My software is Microsoft Acess
    ScottGem's Avatar
    ScottGem Posts: 64,966, Reputation: 6056
    Computer Expert and Renaissance Man
     
    #4

    Sep 7, 2006, 05:52 AM
    Add a column in a query with the expression:

    SizeGroup: Left([Size],3)

    Then group on that column and count the primary key field for the record. Add a Date Column as a WHERE with the criteria

    Between startdate AND Enddate
    sukkarfarid's Avatar
    sukkarfarid Posts: 9, Reputation: 1
    New Member
     
    #5

    Sep 10, 2006, 01:55 AM
    Dear ScottGem
    I need your help please see my picture and help me..
    Thanks an regards
    Farid Sukkar
    ScottGem's Avatar
    ScottGem Posts: 64,966, Reputation: 6056
    Computer Expert and Renaissance Man
     
    #6

    Sep 10, 2006, 04:01 AM
    I told you what you need to do. Did you try following the instructions I gave you.

    If you want to do this in a report, you can create the query I described, without the group by. Use the report wizard to group by the SizeGroup column and use the summary options to get your counts.

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Excel count function [ 12 Answers ]

I am trying to count a large group of cells that are colored depending on the data. For example: I want to count the number of red cells which are faults. I tried the countif but not sure how to set the criteria. Thanks for any help.

Does Sincerity Count? [ 20 Answers ]

I have often heard some Christians say that sincerity doesn't count if it is based on innacurate knowledge and that such ignorance can lead to ultimate destruction at the hands of God. I disagree with this concept. Do you? They cite the following scripture to support their conclusion. Romans...

Count my web page [ 3 Answers ]

Please, tell me on what site I should register my web page in order to obtain information about how many people visited my web, from what country they accessed my web page. The latter is necessary. Thanks.

Skoda Favorit won't count traveled kilometers [ 5 Answers ]

My brother got this Skoda Favorit made in around 1990 (dont know if you ever heard of this car, but it's quite popular here in Croatia) and he is having problems with it - the car won't record how much he has traveled. The thing is like this: there are two counters - one for all-time traveled...


View more questions Search