G Guest Aug 11, 2005 #1 Hi, Is there a way to prevent users from deleting records from a table/form? Thanks, Kanga
K Keith Aug 11, 2005 #2 Kanga said: Hi, Is there a way to prevent users from deleting records from a table/form? Thanks, Kanga Click to expand... Set the form's "Allow deletions" property to "No". This will only be effective if you have denied user access to the relevant queries and tables. Regards, Keith. www.keithwilby.com
Kanga said: Hi, Is there a way to prevent users from deleting records from a table/form? Thanks, Kanga Click to expand... Set the form's "Allow deletions" property to "No". This will only be effective if you have denied user access to the relevant queries and tables. Regards, Keith. www.keithwilby.com
T TC Aug 12, 2005 #4 Kanga said: This works perfectly as my users can only access the forms. Click to expand... Unless they link to your database from a new one that they create for that purpose But the form level restriction is often enough, with most users. TC
Kanga said: This works perfectly as my users can only access the forms. Click to expand... Unless they link to your database from a new one that they create for that purpose But the form level restriction is often enough, with most users. TC