
Commentary <https://www.theregister.com/2020/10/06/excel/> on the screwup of COVID-19 case reporting by Public Health England caused by over-reliance on Microsoft Excel, pointing out that over-reliance on Excel has become something of a pandemic in the IT world in its own right. So what else should you use, that ordinary people can handle? The obvious answer is some kind of DBMS, since those can scale to very large amounts of data. How to make them manageable for users unskilled in SQL or database design? We already have GUI tools for that. Some reader comments mention Microsoft Access: the more versatile option would be something like LibreOffice Base, which can interface to a whole range of DBMS backends, including both SQLite and MySQL. Once somebody with the right database skills has created the schema, it should be possible to leave the daily data maintenance and reporting to an office staffer with more regular skills.