"It Runs On My Computer"
Here are the 7 most common reasons I've had to utter those words as an Access developer.
If you've been writing Access applications for any length of time, you've surely uttered those words to a user at some point along the way. If you're anything like me, you've said it a bunch of times.
Here are the most common reasons I've had to say those words over the years:
- Permissions: I have them and the user does not
- Application version mismatch: User is on an old version of the front-end
- Missing references: Third-party libraries complicate deployment
- Access version mismatch: User is on a different version of Access (e.g., 2013 vs. 2019)
- Bitness mismatch: User is running 64-bit Office
- Backend mismatch: Production database schema differs from development schema
- Runtime mode: Certain features are only available in the full version of Access
What about you? What are the most common reasons you've had to tell users, "It runs on my computer"? Let me know in the comments below.