Hi Adam, If you have database access, the SQL command to count non-deleted records would be:
SELECT count(*) FROM biblio.record_entry WHERE NOT deleted; Is that what you're asking for? Chris Sharp PINES Program Manager Georgia Public Library Service 1800 Century Place, Suite 150 Atlanta, Georgia 30345 (404) 235-7147 [email protected] http://pines.georgialibraries.org/ ----- "Adam Ray" <[email protected]> wrote: > How can I obtain the total count for MARC records? > > > > Thanks, > > Adam Ray
