database security

  • Thread starter Thread starter Bob76
  • Start date Start date
B

Bob76

Is there some way I can send an Access2007 database to someone and prevent
this person from accidentally changing any info in this database?

By the way, i've been encountering these words "front end' and back end" re:
databases. What do these mean?

Thanks, Bob
 
Bob76 said:
Is there some way I can send an Access2007 database to someone and prevent
this person from accidentally changing any info in this database?

Why would you want to do that? You have the master don't you? Change the
form's Allow Edits, Allow Additions and Allow Deletion properties to No and
set the startup options such that the db window is hidden.
By the way, i've been encountering these words "front end' and back end"
re:
databases. What do these mean?

http://www.granite.ab.ca/access/splitapp/index.htm

Keith.
www.keithwilby.co.uk
 
My understanding of front end and back end is that it refers to "split"
databases. When you split a database, you give the front end to users and
keep the back end. The users get access to the forms and reports for data
entry/review but can't mess around with the database design, visual basic
code, etc. For more information on this topic, go to your help section on the
toolbar and type in Front-end. Then select, "About MDE files".
 
Back
Top