Minty
AWF VIP
- Local time
- Today, 01:08
- Joined
- Jul 26, 2013
- Messages
- 10,702
Put the values you may need to change into table.
Encrypt the stored values in that table, using vba code that will be secure due to it being an accde.
When you need to update those table values you can send out an update file (CSV or similar) with the encrypted values in it, and have a routine in your accde that reads your updated file. The encrypted contents won't mean anything to the end users, but will work in your database.
If that doesn't fit your needs I'm not sure how else you could achieve your goal.
Encrypt the stored values in that table, using vba code that will be secure due to it being an accde.
When you need to update those table values you can send out an update file (CSV or similar) with the encrypted values in it, and have a routine in your accde that reads your updated file. The encrypted contents won't mean anything to the end users, but will work in your database.
If that doesn't fit your needs I'm not sure how else you could achieve your goal.