G Guest Apr 23, 2005 #1 Hello. Is there a way to prevent users from getting access to back end VB code?
J Jeff Conrad Apr 23, 2005 #2 in message: Hello. Is there a way to prevent users from getting access to back end VB code? Click to expand... Make an MDE file out of your master MDB. Tools | Database Utilities | Make MDE Make sure to create several backup copies of your MDB first.
in message: Hello. Is there a way to prevent users from getting access to back end VB code? Click to expand... Make an MDE file out of your master MDB. Tools | Database Utilities | Make MDE Make sure to create several backup copies of your MDB first.
G Guest Apr 23, 2005 #3 What does this do? Jeff Conrad said: in message: Make an MDE file out of your master MDB. Tools | Database Utilities | Make MDE Make sure to create several backup copies of your MDB first. Click to expand...
What does this do? Jeff Conrad said: in message: Make an MDE file out of your master MDB. Tools | Database Utilities | Make MDE Make sure to create several backup copies of your MDB first. Click to expand...
R Rick Brandt Apr 23, 2005 #4 Dan said: What does this do? Click to expand... It compiles all the code and removes the source. Code based objects can not be modified and code cannot be viewed.
Dan said: What does this do? Click to expand... It compiles all the code and removes the source. Code based objects can not be modified and code cannot be viewed.
J Jeff Conrad Apr 23, 2005 #5 in message: What does this do? Click to expand... This should just about cover the whole topic: http://msdn.microsoft.com/library/d.../en-us/off2000/html/acconAboutMDEADEFiles.asp
in message: What does this do? Click to expand... This should just about cover the whole topic: http://msdn.microsoft.com/library/d.../en-us/off2000/html/acconAboutMDEADEFiles.asp
D Douglas J. Steele Apr 23, 2005 #6 Why is there code in your back end? Code's only supposed to be in the front end!
D David C. Holley Apr 26, 2005 #7 Save the *.mdb file as a *.mde. But FIRST, be certain to save a backup.