> Hi Crystal.
> No code behind for the subreport and it's filter property is set to no.
[quoted text clipped - 57 lines]
>>>
>>> SAL
SELECT InspectionObjects.InspectionID, InspectionObjects.FacilityObjectID,
InspectionObjects.SiteObjectID, InspectionObjects.Compliance,
FacilityObjects.FacilityObject
FROM InspectionObjects INNER JOIN FacilityObjects ON
InspectionObjects.FacilityObjectID = FacilityObjects.FacitityObjectID
WHERE ((Not (InspectionObjects.InspectionID) Is Null))
ORDER BY InspectionObjects.InspectionID, InspectionObjects.FacilityObjectID,
InspectionObjects.SiteObjectID;
When I change the where clause to an InspectionId, as noted below, to 340,
it returns all of the records as expected.
I'm sorry, I did check CanGrow property and it's set to Yes.
S
> Hi Sal,
>
[quoted text clipped - 75 lines]
>>>>
>>>> SAL
strive4peace - 16 May 2008 20:04 GMT
Hi Sal,
email me your database. Specify the report name to look at. Put
'sub-report problem' in the subject line
strive4peace2006 at yahoo.com
Warm Regards,
Crystal
Access Basics
8-part free tutorial that covers essentials in Access
http://www.AccessMVP.com/strive4peace
*
(: have an awesome day :)
*
> SELECT InspectionObjects.InspectionID, InspectionObjects.FacilityObjectID,
> InspectionObjects.SiteObjectID, InspectionObjects.Compliance,
[quoted text clipped - 91 lines]
>>>>>
>>>>> SAL
strive4peace - 16 May 2008 23:42 GMT
Hi Steve,
got your database. Here is the problem:
you have 8 detail records, but only 4 unique FacilityObject values ... 5
are for FacilityObject = "Catch Basin"
because you are putting the information in the FacilityObjectID group
header section, only one of the five values is showing up -- move the
controls to the detail section of your report and you will see them all
<smile>
Warm Regards,
Crystal
Access Basics
8-part free tutorial that covers essentials in Access
http://www.AccessMVP.com/strive4peace
*
(: have an awesome day :)
*
> Hi Sal,
>
[quoted text clipped - 111 lines]
>>>>>>
>>>>>> SAL
SAL - 16 May 2008 23:45 GMT
Nice,
Thanks Crystal. I only do Access stuff on a very limited basis any more and
I'm just not up to snuff...
S
> Hi Steve,
>
[quoted text clipped - 135 lines]
>>>>>>>
>>>>>>> SAL
strive4peace - 17 May 2008 00:22 GMT
no problem, that is why we are here
you're welcome, Steve ;) happy to help
Warm Regards,
Crystal
Access Basics
8-part free tutorial that covers essentials in Access
http://www.AccessMVP.com/strive4peace
*
(: have an awesome day :)
*
> Nice,
> Thanks Crystal. I only do Access stuff on a very limited basis any more and
[quoted text clipped - 141 lines]
>>>>>>>>
>>>>>>>> SAL