Blank Report

C

Chris

Whenever I tried to print a report, it is empty. i have data in the tables.
my forms are based off tables not queries. does this have anything to do with
it?
 
C

Chuck

Whenever I tried to print a report, it is empty. i have data in the tables.
my forms are based off tables not queries. does this have anything to do with
it?

Where does the report get its data? Open the report in design mode. Click on
the Properties Icon. What does it show for the Record Source?

Chuck
--
 
M

Marshall Barton

Chris said:
Whenever I tried to print a report, it is empty. i have data in the tables.
my forms are based off tables not queries. does this have anything to do with
it?

A table is fine as a report's record source.

If you really do have a valid table specified as the record
source, then also check to make sure the report's Filter
property is empty.
 
Top