David, The only way to do a bulk delete is to go into the MySQL database and run the delete command. I think Chris gave you that command in another email. But if you want all the patrons deleted you can use this:
delete * from borrowers; Nicole 2011/8/4 Hartman, David W. - GBTS Library <[email protected]>: > Koha 3.05 is the version. > > > > I entered my patron list yesterday 8/3 and there was an error with the > patron number (leading zeros were ignored by EXCEL). > > > > I have tried to delete using the admin command by date of last items (today > 8/4) but it won’t let me delete any patron records. > > > > I need to delete and reload with correct numbers. > > > > David W. Hartman > Global Business Technology Strategy Library > Team Disney 336N > 407 828 4250 (8-222) > FAX 407 828 4868 > > > > _______________________________________________ > Koha mailing list http://koha-community.org > [email protected] > http://lists.katipo.co.nz/mailman/listinfo/koha > > _______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

