When you put your application at the desk of end user, you may want to control the user to modify defined tables in the database. Microsoft Access 2007 and later provide a way to enable design changes for tables in datasheet view.
Let's see how to make this feature enable.
Click on the File Menu (or Office 2007 button) and then Access Option.
It opens Access Options form. Select "Current Database" category and check for option "Enable design changes for tables in Datasheet view".
You may turn off this property to restrict the user by making changes to your tables while viewing it. It can also be set programmatically from the database object via:
CurrentDb.Properties("AllowDatasheetSchema") = False
This also prevents the user by accidently or deliberately creating new fields.
When you make it enable, it gives more options to update your table. To see its effect, open the table in datasheet view and right click on any field of the table. It show enabled options available to update your table such as Insert column, Delete column etc.
If you want to turn off this option and to see its effect, turn off it and reopen the database. Select the same table and right click on it. It gives more restricted options to update the table.
Strategic Overview
Microsoft Access within an Organization's Database Strategy
How many simultaneous Microsoft Access users?
Blaming Microsoft Access instead of the Developer
Microsoft Access Version Feature Differences
Microsoft Access Versions, Service Packs and Updates
Microsoft Office 365 Access Update Version Releases
Top 14 Features Added with MS Access 2007
Taking Over Legacy MS Access Databases
Winner of Every Best Access Add-in Award
Set AutoNumber Starting Number Other than 1
Avoid Unnecessary or Duplicate Indexes
Copy Command Button and Keep Picture
Module VBA to Forms and Controls
Subform Reference to Control Rather than Field
Suppress Page Headers and Footers on the First Page of Your Report
Annual Monthly Crosstab Columns
Add Buttons to the Quick Access Toolbar
Collapse the Office Ribbon for more space
Avoid Exits in the Body of a Procedure
Send Emails with DoCmd.SendObject
Error Handling and Debugging Techniques
Error Number and Description Reference
Remote Desktop Connection Setup
Terminal Services and RemoteApp Deployment
Missing Package & Deployment Wizard
Remove 'Save to SharePoint Site' Prompt from an Access Database
Class Not Registered Run-time Error -2147221164
Microsoft Access to SQL Server Upsizing Center
When and How to Upsize Access to SQL Server
SQL Server Express Versions and Downloads
Deploying MS Access Linked to SQL Azure
SQL Server Azure Usage and DTU Limits