My report does not display all records within given parameters

C

CJAY

Windows XP Access database; Attempting to run a report. All data not
displaying. When I run a query to check if data exists, it does but not when
report is ran.
 
K

Ken Snell [MVP]

Your report apparently is being filtered in some way. You'll need to tell us
more about your setup, report, data, how you open the report, etc.
 
C

Calvin B

Have a switchboard with several report options, data is only PN's and
Systems, parameters set to pull data from a timeframe.
 
K

Ken Snell [MVP]

So I will "hazard" a guess that your "timeframe" criterion expression is
filtering out (rather than in) the data you wish to see.

But, to try to provide a more specific response, we'll need to see some code
for how you're opening the report, etc.
 
Top