I designed a desktop database, and I understand that it could become corrupted if multiple users are using it at once.
My question is, if there are multiple people using the database, but only 1 person is editing records, is there still a risk of corruption? In other words, if one user is editing records and the other is merely viewing reports, can that create corruption?
(I'd rather not split the database because only 1 user needs to use this database at any given time. On rare occasions, another user might try to open it and use it at the same time as another user. I plan to program the database to prevent that user from either editing the data or entering the database altogether, whichever I need to do.)
Thanks for your help.