Jump: Search:

Microsoft Access Developer Center

Table Design

Query Design

Form Design

Form Tips and Mistakes

Form Navigation Caption

Using a RecordsetClone

Synchronize Two Subforms

Late Bind Tab Subforms

Subform Reference to Control Rather than Field

Tab Page Reference


Combo Box Top Tips

Properties and Validation

Select First Item

Cascading Combo Boxes

Zip, City, State AutoFill

Report Design

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

Add the NoData Event

Annual Monthly Crosstab Columns

Design Environment

Adding Buttons to the Quick Access Toolbar

Collapsing the Office Ribbon for more space

VBA Programming

Using Nz() to Handle Nulls

Avoiding Exits in the Body of a Procedure

Debugging Keys

Setting Module Options

Math Rounding Issues

Source Code Library

Microsoft Access Module VBA Library

Royalty Free VBA 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

Subsheet Name

Visual Source Safe

Deployment

Prevent Close Box

Disable Design Changes

Broken References

Simulating Runtime

Missing Package & Deployment Wizard

Microsoft Access Front-End Deployment

System Admin

Disaster Recovery Plan

Compact Database

Compact on Close

Database Corruption

Decompile Database

Bad DLL Calling Convention

Converting ACCDB to MDB

Cloud and Azure

Cloud Implications

MS Access and SQL Azure

Deploying MS Access Linked to SQL Azure

Additional Resources

Microsoft Access Help

MS Access Developer Programming

More Microsoft Access Tips

Technical Papers

Microsoft Access Tools

Connect with Us

Email NewsletterEmail Newsletter

FMS Development Team BlogDeveloper Team Blog

Facebook PageFacebook

Twitter with FMSTwitter

 

 

Disable Design Changes for Tables Before Deploying Microsoft Access 2007/2010 Databases

Provided by: Aparna Pophale, Quality Assurance Assistant

A new feature in Microsoft Access 2007/2010 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.

Access 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:

Enable Change

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.

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

Feedback

Contact Us  l   Web questions: Webmaster   l   Copyright © FMS, Inc., Vienna, Virginia
Celebrating our 26th Year of Software Excellence