Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Only allow record additions via an access form

Status
Not open for further replies.

smurf01

IS-IT--Management
Joined
Jul 6, 2002
Messages
470
Location
GB
I have created an access table and it is going to be updated via an access form, however if you open the table you can add, append and delete data. Is there a way to make the table non updatable except via the form in question. i have looked through various books on access and cannot find what i want Regards

Paul
 
Sure, you put the table in another DB and store it on a drive that they don't have direct access to (but have write rights). Then you link the table(s) to a front end, which has only the forms....

Or you set permissions in the DB that the user group cannot VIEW the tables. Anne Troy
Word and Excel Macros
 
Hello smurf01,

A low tech solution would be to change the properties of the table to "Hidden"

Right-Click on the Table select "Properties" and then click on "Hidden". This will effectively hide the table from people who don't follow this thread ;-)

To view the table do the following: "Tools" select "Options" then on the "View" tab check "Hidden"

Hope this helps,
Michael
 
Thanks Dreamboat and Storyteller, i will try both and let you know how i get on Regards

Paul
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top