In a form I allow selection of a record in a table. I then openreport with a where clause e.g.
DoCmd.OpenReport "rptTenantEnquiry", acViewPreview, , "lngTenID = " & CStr(Me.lngTenID)
This works fine with a few records but with a large number of records the report is blank (just headings). Has anyone come across this?
DoCmd.OpenReport "rptTenantEnquiry", acViewPreview, , "lngTenID = " & CStr(Me.lngTenID)
This works fine with a few records but with a large number of records the report is blank (just headings). Has anyone come across this?