Locking up a Form Table

B

Bob

--
After searching Google.groups.com and finding no answer, Bob Vance asked:

Is there a way of locking up a from tables with a code so as anybody that
copies my software cant change the Company Details input data form, newbie
thanks
Thanks in advance.........Bob Vance
 
L

Larry Linson

If I properly understand your question, you want to secure your database
application so the design cannot be changed. Applying Access Security, so
that you are the only one with design permissions would be one way -- Access
Security is non-trivial. If you simply want to protect the Forms, Reports,
and Modules, you can make an MDE -- but that will leave the Tables, Queries,
and Macros open to change.

Larry Linson
Microsoft Access MVP
 
J

John Vinson

Thanks Larry, Where do I find the information for making a MDE?

In the online Help for one thing: search for "About MDE Files".

Tools... Database Utilities... Convert Database; select "To MDE file".

The database must be converted to the Access version you're using (for
example, if you're using AccessXP and the database is in the default
2000 format you'll need to first convert it to 2002 = XP); and you
must compile all the VBA code and remove any compile errors.

John W. Vinson[MVP]
Join the online Access Chats
Tuesday 11am EDT - Thursday 3:30pm EDT
http://community.compuserve.com/msdevapps
 
B

Bob

My version is 2002 but this software was written on another machine does
that matter??
thanks Bob Vance
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Time code? 2
Write to main form! 3
Copy to Main Page! 3
Site to find out how too.... 23
Can I have MS Word in Access? 2
Text Box percentage problem 9
Intellisoft Box Question 1
How to create a print button 5

Top