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...