Try a text box in a group or report header or footer with a control source
of:
=Sum(Abs( HoldOver = -1) )
--
Duane Hookom
MS Access MVP
"Practical Mystic" <(E-Mail Removed)> wrote in message
news

1jrg.116616$(E-Mail Removed)...
>I can't find my reply from the other day, so I'm reposting.
>
> Yes, I tried summing the absolute value and still got a non-numeric
> answer,
>
> I need a step-by-step answer on how to set this, please.
>
>
> "Duane Hookom" <DuaneAtNoSpanHookomDotNet> wrote in message
> news:%23y2x2u$(E-Mail Removed)...
>> My answer stands as presented. Did you try it?
>> --
>> Duane Hookom
>> MS Access MVP
>>
>> "Practical Mystic" <(E-Mail Removed)> wrote in message
>> news:0a0pg.31198$(E-Mail Removed)...
>>> Sorry about the confusion. The Check Box is linked to Binary Field in a
>>> Table in the same database. The field Name is HoldOver and the Table is
>>> Booking_Form.
>>>
>>> Users either check the box if the condition described by the Label
>>> exists or leave it blank for an implied NO. I need to be able to report
>>> the occurences of a Yes.
>>>
>>> "Duane Hookom" <DuaneAtNoSpanHookomDotNet> wrote in message
>>> news:uhhl8h%(E-Mail Removed)...
>>>> Small correction, forms don't contain data. Forms display records from
>>>> a table. To display a "count" of checked boxes (yes/true/-1 values),
>>>> you can add a control in a group or report header or footer with a
>>>> control source like:
>>>>
>>>> =Sum(Abs([YourFieldName]))
>>>>
>>>> --
>>>> Duane Hookom
>>>> MS Access MVP
>>>>
>>>> "Practical Mystic" <(E-Mail Removed)> wrote in message
>>>> news:LeZog.161743$(E-Mail Removed)...
>>>>>I have a Form with a Check Box. I would like to have a Report of how
>>>>>many Record Entries in this Form had a check in the box. What kind of
>>>>>code or entry would I use to do this and where would I put it?
>>>>>
>>>>> Thanks for all your help.
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>>
>
>