Our Access Database is totally form driven. The users should never have to open a table or run a query manually. All the users need to (or suppose to) do are in the forms.
Is there some way that I can lock the tables so my users do not have access to open and make changes directly in a table? They should only have access to update tables from a form.
Also, is there any way can lock the users from running or creating queries manually? I want to be sure no one tries to run the query DELETE * FROM table1.
The users are using a .mde file, I hide the Database window and the Database opens to a main form/switchboard. Even though I hide the database window the users know they can unhide the window and get at the tables. We are using SQL Server linked tables.
Any suggestions for keeping my data safe?
Kaye
Is there some way that I can lock the tables so my users do not have access to open and make changes directly in a table? They should only have access to update tables from a form.
Also, is there any way can lock the users from running or creating queries manually? I want to be sure no one tries to run the query DELETE * FROM table1.
The users are using a .mde file, I hide the Database window and the Database opens to a main form/switchboard. Even though I hide the database window the users know they can unhide the window and get at the tables. We are using SQL Server linked tables.
Any suggestions for keeping my data safe?
Kaye