Just some additional info, Access 97 Locks in Blocks, not just that Record, this is from the Help File:
Edited Records - Microsoft Access locks the record you're editing, so no other user can change it. It might also lock other records that are stored nearby on your disk. If another user tries to edit a record that you've locked, Microsoft Access displays the locked record indicator in the other user's datasheet. This strategy ensures that you can always finish making changes that you start. It is a good choice if you don't have editing conflicts often.
Access 2K is the same. The do have Row Locking, or one record at a time, but this is disabled if you use a shortcut to access the database, which most people do.
As far as the sheduled delete... If you have a Task Scheduler on your Network, you can create a task to open a different database, where you can either write code to delete the data in the tables of the other database, or you can Link to them, and perform Delete Queries. Just be sure you do this at a time when no one else has access to the data, and then you might consider also performing a Compact of that database, to reduce the File Size bloating associated with Access databases.
2Gig is the Limit in Access 2K, 1Gig is the Limit in Access 97, but you can get around this by keeping Tables in different databases, and Linking to the Tables, instead of storing them all in one database.
Just adding my 2 cents worth.
PaulF