View Full Version : any suggestions on making front-end more secured......


gino
05-19-2000, 11:35 AM
any suggestions on making front-end more secured from allowing users to tweek frontend? startup is just not enough......i really don't want anyone to be allowed to view database window at all. shift key and other key combinations may allow users to view database window and objects....need more security....

share permissions is all i got over the network........

[This message has been edited by gino (edited 05-19-2000).]

FrankH
05-27-2000, 10:59 AM
You could make your application into an .MDE which compiles all code and makes the whole system inaccessible to changes. - Always make a backup first, because you will not be able to do any mods yourself to this file, Or you could implement full user level security and then set the permissions to allow only a gifted few to have access to the app. Or
look up The Help Files for code to disable the shift key