I have a program I made that has morphed into two versions; One for the office, one for the shop floor. I've been maintaining these separately, but for the sake of maintenance, I'd like to pull them together again.
They are very similar; The office version sees a bit more information that is sensitive.
What is an easy way to handle this?
I've considered a registry Key, a function to find the computer name and reference a hidden table, or simply using a constant in my VBA code of the master development copy, and toggling that back and forth before I make a new .accde version for each FE.
Any thoughts appreciated!
They are very similar; The office version sees a bit more information that is sensitive.
What is an easy way to handle this?
I've considered a registry Key, a function to find the computer name and reference a hidden table, or simply using a constant in my VBA code of the master development copy, and toggling that back and forth before I make a new .accde version for each FE.
Any thoughts appreciated!