Disable Design Changes for Tables Before Deploying Microsoft Access 2007, 2010, 2013, 2016 Databases

Provided by: Aparna Pophale, Quality Assurance Assistant

A feature in Microsoft Access 2007 or later lets people easily modify the structure of their tables without putting it into design mode. Simply add a column while viewing the datasheet. This makes it easy to change a table similar to the way people add columns to an Excel spreadsheet.

However, this is not desirable if you created a database and deploy it to people who shouldn't be making structural changes to your tables.

Let's see how to make this feature enabled. Click on Office button and then Access Options.

Microsoft Access 2013 Options

Microsoft Access 2013/2016 Options

Access 2007 Options

Microsoft Access 2007 Options

It opens Access Options form. Select the "Current Database" category and see the option "Enable design changes for tables in Datasheet view:. By default this is checked:

Microsoft Access 2013 Options disable design changes for tables

Microsoft Access 2013/2016

Enable Change

Microsoft Access 2007

When this is enabled, there is an Add New Field column on the far right of the datasheet, and there are extra options to update tables. Open a table in datasheet view and right click on any field of the table to see the options to Insert, Delete, and Rename:

Microsoft Access Options

Disabling Design Changes from the Datasheet

This option should be turned off in applications you build for others. Having users accidentally or deliberately create, delete or rename fields can easily cause your application to crash. Changing a table's structure has implications for queries, forms, reports, macros, and modules that depend on those fields.

Simply uncheck this option under Access Options to prevent this from happening. This can also be set programmatically from the database object via:

CurrentDb.Properties("AllowDatasheetSchema") = False

After turning off this option and reopening the database, you'll see the right click menu on tables has more restricted options. The Add New Field column on the far right is also gone.

Non-Deliverible Options

This tip and other ways to ensure you create great Access applications are found in Total Access Analyzer.

Table Design

Query Design

Form Design

Form Tips and Mistakes

Copy Command Button and Keep Picture

Module VBA to Forms and Controls

Form Navigation Caption

Resync Record in a Subform

Synchronize Two Subforms

Multiple OpenArgs Values

Late Bind Tab Subforms

Subform Reference to Control Rather than Field

Tab Page Reference

Shortcut Keys


Combo Box Top 6 Tips

Properties and Validation

Select First Item

Cascading Combo Boxes

Zip, City, State AutoFill

Report Design

Suppress Page Headers and Footers on the First Page of Your Report

Add the NoData Event

Annual Monthly Crosstab Columns

Design Environment

Add Buttons to the Quick Access Toolbar

Collapse the Office Ribbon for more space

VBA Programming

Basics: Forms and Controls

Run VBA Code from a Macro

Use Nz() to Handle Nulls

Avoid Exits in the Body of a Procedure

Shortcut Debugging Keys

Set Module Options

Math Rounding Issues

Rename a File or Folder

Avoid DoEvents in Loops

Age Calculations

Weekday Math

Send Emails with DoCmd.SendObject

Source Code Library

Microsoft Access Modules Library

Microsoft Access Modules

VBA Error Handling

Error Handling and Debugging Techniques

Error Number and Description Reference

Basic Error Handling

Pinpointing the Error Line

Performance Tips

Linked Database

Subdatasheet Name

Visual SourceSafe

Deployment

Runtime Downloads

Simulate Runtime

Prevent Close Box

Disable Design Changes

Broken References

Remote Desktop Connection Setup

Terminal Services and RemoteApp Deployment

Reboot Remote Desktop

Missing Package & Deployment Wizard

Avoid Program Files Folder

Unavailable Mapped Drives

Microsoft Access Front-End Deployment

System Admin

Disaster Recovery Plan

Compact Database

Compact on Close

Database Corruption

Remove 'Save to SharePoint Site' Prompt from an Access Database

Class Not Registered Run-time Error -2147221164

Inconsistent Compile Error

Decompile Database

Bad DLL Calling Convention

Error 3045: Could Not Use

Converting ACCDB to MDB

SQL Server Upsizing

Microsoft Access to SQL Server Upsizing Center

Microsoft Access to SQL Server Upsizing Center

When and How to Upsize Access to SQL Server

SQL Server Express Versions and Downloads

Cloud and Azure

Cloud Implications

MS Access and SQL Azure

Deploying MS Access Linked to SQL Azure

SQL Server Azure Usage and DTU Limits

Visual Studio LightSwitch

LightSwitch Introduction

Comparison Matrix

Additional Resources

Connect with Us

 

Free Product Catalog from FMS