Empty Report on first load

Bryan F

Registered User.
Local time
Today, 01:14
Joined
Mar 12, 2003
Messages
14
Has anyone seen a report come up blank the first time it loads? Basically I have a delivery ticket report with subreports on it that show line items. The subreports get their data just fine, but the Header section of the report doesn't show any data in it. I can close the report and re-open it and the data is there. It's only on the first load that it does this. Please help, it's very annoying.

Thanks,
Bryan F.
 
Is this report based on a table? If so, you may be seeing the actual first record area reserved for data entry. If it is based on a table, create a query and add all of the elements of the tbl to it, then base the report on the query.
 
it is based off of a query, I even went so far as to create the sql at runtime and try to set the report's recordsource to the sql but to no avail. Any other ideas?
 

Users who are viewing this thread

Back
Top Bottom