unluckyuser
New Member
- Joined
- Jan 12, 2025
- Messages
- 13
- Office Version
- 2019
- Platform
- Windows
Pondering the design of a front end that is forms driven and unchanged by the end user, who knows nothing of Excel. So if there's a crash, that file cannot be corrupted and even if it were, it's easily restored. The multi user data file will be in a different location. The only time I see any risk of corrupting is during the file writing process, when a field is changed and the file is saved. How would I prevent multiple people from trying to save simultaneously? Or is this really even a concern?