A
AccountingLabs
I work as a consultant that writes reports in access for an accounting
program based on access. I already know how to secure the VBA Code behind my
reports but would like a way to prevent my report from running if the report
database is copied by another consultant and my report is imported into
another database. Could I add a line of code into my reports that would
confirm something like: IF Filename = Smith.mbd Then Continue Else Stop?
This way if someone copied my report into another report databse for a
different Client the report would not run.
program based on access. I already know how to secure the VBA Code behind my
reports but would like a way to prevent my report from running if the report
database is copied by another consultant and my report is imported into
another database. Could I add a line of code into my reports that would
confirm something like: IF Filename = Smith.mbd Then Continue Else Stop?
This way if someone copied my report into another report databse for a
different Client the report would not run.