A family of Microsoft relational database management systems designed for ease of use.
It doesn't say a number for the records deleted, but I know that none of my records have been deleted by looking at the original table. Here is the SQL statement:
SELECT CCA.JOB, CCA.OWNER, CCA.[NO], CCA.ST, CCA.SUB, CCA.CITY, CCA.ZIP, CCA.MH, CCA.[DATE 11], CCA.PA, CCA.DATE6
FROM CCA
WHERE (((CCA.LABEL)="3"));
I have been using the same database for years and haven't ever had a problem with it. Upgraded to the 2007 version in December and has worked fine since then.