Hi all!
What I am looking to do is have my Access DB determine which version of this program Reflections to open. By default, we want it to run Reflection 8, but not all of our users have 8. Instead, a majority of them have Reflection 4. So if I could have my DB do something like:
if reflection8 is installed
use reflection8
if not
use reflection4
or something to that nature. Thanks in advance!
What I am looking to do is have my Access DB determine which version of this program Reflections to open. By default, we want it to run Reflection 8, but not all of our users have 8. Instead, a majority of them have Reflection 4. So if I could have my DB do something like:
if reflection8 is installed
use reflection8
if not
use reflection4
or something to that nature. Thanks in advance!