Hello,
I am using Acess 2000
I have a table with 5,386 records in it .
It is not linked with another table and has no primary key.
It is a stand alone table.
When I do a query , all the records appear
code:
SELECT [DateDaily], [sw], [c]
FROM Signals;
If I use this query for a report only 5,136 records appear.
The last 250 will not display.
What is going on? I can't figure this out.
Thanks
I am using Acess 2000
I have a table with 5,386 records in it .
It is not linked with another table and has no primary key.
It is a stand alone table.
When I do a query , all the records appear
code:
SELECT [DateDaily], [sw], [c]
FROM Signals;
If I use this query for a report only 5,136 records appear.
The last 250 will not display.
What is going on? I can't figure this out.
Thanks