Home > Articles > Data > Access

This chapter is from the book

Setting Default Options

new You can set about 100 options that establish the default settings for Access. (But you aren't likely to want to change default options until you're more familiar with Access 2007.) This book is a reference as well as a tutorial guide, and options are a basic element of Access's overall structure, so this section explains how to change these settings.

You set defaults by clicking the Office button to open the gallery and then clicking the Access Options button to open the Access Options dialog's default Popular page (see Figure 3.15). The options you set on the Popular, Datasheet, Object Designers, Proofing, Advanced, Customize, and Add-Ins pages apply to the system as a whole. Settings on the Current Database page apply only to the database that's open when you change the settings.

Figure 3.15

Figure 3.15 The default Popular page of the Access Options properties dialog sets global option values that apply to all databases you open in Access 2007, as do all other pages except Current Database.

Most settings are option buttons and check boxes, although many other items require multiple-choice entries that you select from drop-down lists. In some cases, you must type a specific value in a text box. After you complete your changes, click OK to close the dialog to save your changes. If you decide not to implement your changes, click Cancel to exit without making any changes. The next few sections and their tables summarize options that affect Access as a whole and those options that affect viewing and printing data in Datasheet view.

The Popular Page

The Popular page (refer to Figure 3.15) contains the following control groups to set the most common default option for all Access databases and projects you create:

  • Top Options for Working with Access—Enables ClearType for LCD monitors. Also sets the ScreenTip style and default color scheme: Blue, Silver, or Black. (ScreenTips are the formatted ToolTips for ribbon command buttons.)
  • Creating Databases—Sets the default file format for new database files (Access 2007 .accdb, Access 2002–2003 .mdb, or Access 2000 .mdb). Also specifies the default .accdb or .mdb file location (My Documents for Windows XP; Documents for Windows Vista) and database sort order (General to use the Windows language's sort order).
  • Personalize Your Copy of Microsoft Office—Lets you change the default username and add or edit initials. The Language Settings button opens the Microsoft Office Language Settings 2007 dialog that's common to all Office 2007 applications (see Figure 3.16). This dialog lets you add additional editing languages and change the default editing language. However, languages other than that of your version of Office 2007 might require additional features, such as a Language Pack, to fully enable editing in those languages.
    Figure 3.16

    Figure 3.16 The Microsoft Office Language Settings 2007 dialog lets you make other editing languages available, but you might need additional resources to make full use of those languages.

The Current Database Page

The Current Database Page lets you change default properties of the currently open database or project with controls in the following groups:

  • Application Options—Lets you specify a custom application title and icon; substitute the custom icon for standard form and report icons; name a startup form to open when Access loads; hide the status bar at the bottom of the Access window; replace tabbed documents with nonmodal (overlapping) windows; disable special access keys (F11 for the Navigation Pane, Ctrl+G for the VBA Editor's Immediate window, and Ctrl+Break to halt VBA code execution); and automatically compact the database after closing the file (see Figure 3.17).
    Figure 3.17

    Figure 3.17 The Current Database page's Application Options group includes new option settings for tabbed documents, Layout view, designing tables in Datasheet view, and the Attachments field data type.

    You also can remove personally identifiable information from the .accdb or .mdb file; disable Windows XP or Windows Vista themed controls; disable Layout view; disable making design changes in table Database view; disable testing for truncated numbers when changing number format; and convert all image files to Windows bitmap (.bmp) format for backward compatibility.
  • Navigation—The Display Navigation Pane check box enables hiding the Navigation Pane (see Figure 3.18). The Navigation Options button opens the Navigation Options dialog.
    Figure 3.18

    Figure 3.18 The Current Database page's remaining groups are more specialized than Application Options.

  • Ribbon and Toolbar Options—Lets you replace all ribbons, add groups and command buttons to existing ribbons by selecting a stored RibbonX (XML) document, or discourage users from editing objects. For example, you can specify a custom shortcut (context) menu bar; clear the Allow Full Menus check box to hide all ribbons except Home; and clear the Allow Default Shortcut Menu check box to hide noncustom context menus.
  • Name AutoCorrect Options—Enables a controversial process for conforming references to renamed Access objects. If you'd rather do the job yourself, clear the Track Name AutoCorrect Info and Perform Name AutoCorrect check boxes. (Don't bother trying Alt+A; all the check boxes have the same shortcut key combination.)
  • Filter Lookup Options—Lets you disable displaying lookup field lists from indexed, non-indexed, or ODBC fields in linked or client/server tables, or where the lists would have more than a specified number of items. As an example, a lookup list of customers in an orders table might have 10,000 or more items from which to choose, which could cause a substantial performance hit.

The Datasheet Page

The Datasheet page (see Figure 3.19) sets the defaults for table, query, and form Datasheets.

Figure 3.19

Figure 3.19 The Datasheet page sets design defaults for Datasheet views in new databases.

Following are descriptions of the page's three groups:

  • Default Colors—Provides color pickers for Font, Background, Alternate Background, and Gridlines colors.
  • Gridlines and Cell Effects—Enables customizing visibility of horizontal and vertical gridlines, as well as cell special effects and default column width.
  • Default Font—Lets you change the default 11-point Calibri font to any other Windows TrueType or OpenType font.

The Object Designers Page

The Object Designers page (see Figure 3.20) sets the defaults for table, query, form, and report Design view.

Figure 3.20

Figure 3.20 The Object Designers page's first two groups set design defaults for table Design view, query Design view, and SQL view.

Following are descriptions of the page's four groups:

  • Table Design—Sets the defaults for new field data types (Text) and default Text field size (255 characters, the maximum) and Number field size (Long Integer). By default, Access will add an index to any field that contains the characters "ID", "key", "code", or "num". You might want to remove the semicolon-separated string from the text box so that you, not Access, determines when to add indexes fields. Clearing the Show Property Update Options Buttons check box hides the drop-down lists for properties (such as Format) on the General page of table Design view's lower pane, which is not a recommended practice.
  • Query Design—Lets you disable auto-addition of table names to all query SQL statements, add an all-fields asterisk (*) to all query field lists, or disable automatically creating join lines between related tables or fields with the same name. You also can change the default design font from Segoe UI to a different family and larger size, and specify SQL Server–compatible syntax based on the ANSI SQL-92 standard. With the exception of font size, departing from the default query Design settings isn't recommended.
  • Forms/Reports—Enables changing how controls on forms and reports are selected (partial or full enclosure) and the names of form and report templates (see Figure 3.21). You can use an existing form or report as a template or create a form or report specifically as a template for the new objects you create. This book uses forms and reports generated from the default Normal templates. Marking the Always Use Event Procedures check box doesn't force Access 2007's Control and other wizards autogenerating VBA code; doing this only prevents wizards from generating embedded macro code.
    Figure 3.21

    Figure 3.21 The Object Designers page's last two groups specify design defaults for form and report Design view, and control design error checking.

  • Error Checking—Enables or disables Design-mode error checking and uses a color picker to select the error indicator smart tag's color.

The Proofing Page

The Proofing page enables customizing the AutoCorrect feature and Office spelling checker for all Access applications (see Figure 3.22).

Figure 3.22

Figure 3.22 The brief Proofing page lets you modify default AutoCorrect and spelling checker settings.

The Proofing page has these two groups:

  • AutoCorrect Options—Provides an AutoCorrect Options button to open the Office AutoCorrect dialog.
  • When Correcting Spelling in Microsoft Office Programs—Lets you set spell-checking options, including custom dictionaries in the Custom Dictionaries dialog, and specify a main dictionary language other than the default English (U.S.).

The Advanced Page

The Advanced page (see Figure 3.23) contains the following five groups:

  • Editing—Lets you customize the default cursor, arrow key, find/replace, confirmations, Datasheet IME (Input Method Editor) control, and Hijiri (Islamic or Arabic) lunar calendar options. (Saudi Arabia, Kuwait, and Yemen use the Hijiri calendar officially).
    Figure 3.23

    Figure 3.23 The Advanced page's Editing group enables customizing data entry defaults and use of the Hijiri calendar.

  • Display—Enables changing the number of most recently used (MRU) databases displayed in the Office button's gallery; hiding the status bar, animations, smart tags on Datasheets, and Smart Tags on form and reports; and showing the Names and Conditions columns when editing standalone or embedded macros (see Figure 3.24).
    Figure 3.24

    Figure 3.24 The Advanced page's Display, Printing, and General groups let you customize 17 more properties.

  • new Printing—Lets you change the default printing margins (0.25 inch).
  • General—Lets Access raise an error if a RibbonX document for a customized ribbon is incorrect, add audio cues to keyboard and other actions, animate cursors for several operations, and require four-character year formatting for the current database, all databases, or both. The Web Options button opens a dialog of the same name for setting the style of hyperlinks.
  • Advanced—Enables specifying the last-opened database as the default when opening Access, changing the default open and record-locking mode, setting OLE/DDE and ODBC properties, and specifying command arguments to be used when starting Access (see Figure 3.25).
    Figure 3.25

    Figure 3.25 The Advanced page's Advanced group contains controls to set orphaned properties' default values.

The Customize Page

The Customize page lets you add command buttons—represented by 16x16-pixel icons—from any standard ribbon to the Quick Access Toolbar. The Customize page opens with a list of popular commands and their icons in the left list box and an Add button to move selected commands to the right list box, which contains the default Save, Undo, and Redo commands (see Figure 3.26). Access 2007 has more than 1,000 unique icons; this book uses about 200 different icons to identify commonly used command buttons.

Figure 3.26

Figure 3.26 The Customize page opens with the three default commands for the QAT and the Popular Commands list for adding QAT commands.

The Choose Commands From list lets you select commands from Access's 28 ribbons (tabs) or five other categories.

You can add the most popular commands to the QAT by clicking the arrow button to the right of the QAT to open the menu shown in Figure 3.27 and clicking the commands to add. Alternatively, right-click any command button in the selected ribbon and choose Add to Quick Access Toolbar from the context menu.

Figure 3.27

Figure 3.27 Clicking the arrow to the right of the QAT opens this menu, which lets you add the most popular commands quickly.

The Add-Ins Page

The Add-Ins page lets you manage Microsoft and third-party COM (Component Object Model) and Access add-in applications (see Figure 3.28). Microsoft includes a single COM add-in for managing replication conflicts, which is enabled only when necessary and isn't applicable to Access 2007 applications.

Figure 3.28

Figure 3.28 The Add-Ins page displays a single disabled COM add-in for resolving replication problems with earlier database versions.

Selecting COM Add-Ins in the Manage list and clicking Go opens the COM Add-Ins dialog, which lets you enable, add, or remove COM add-ins. Selecting Access Add-Ins and clicking Go opens the Access Add-In manager dialog, which lets you Add New or UnInstall Access add-in libraries (.accda, .accde, .mda, or .mde files). Third-party add-in suppliers usually include detailed instructions for installing and using their add-ins.

The Trust Center Pages

The opening Trust Center page consists of links to Microsoft privacy statements and Microsoft Trustworthy Computing propaganda. The only feature of interest on this page is the Trust Center Settings button, which opens a second Trust Center page to establish Access-wide security settings.

The second Trust Center page offers the following subpages.

Trusted Publishers

Trusted Publishers can apply digital signatures from a code-signing certificate to Access packages or VBA code and class modules. Signing an Access package certifies that all database objects, not just code, have not been modified since being signed. If the certificate is valid, the database (and its code) is considered trusted when the user extracts it.

If you want to test code-signed packages without spending U.S.$99 to U.S.$199 per year, you can create a self-signed certificate with the SelfCert.exe application available at the \Programs\Microsoft Office\Microsoft Office Tools\Digital Certificate for VBA Projects. Figure 3.29 shows the Trusted Publishers page displaying a self-signed certificate for OakLeaf Systems.

Figure 3.29

Figure 3.29 A self-signed certificate, such as the OakLeafCodeSigningCertificate, can be used to create a package that doesn't generate a security warning upon extracting the database.

Trusted Locations

new Placing .accdb files in a trusted location (folder) is the most practical method to eliminate the need to enable VBA code and potentially dangerous macro actions for each Access 2007 session. By default, Access trusts the \Program Files\Microsoft Office\Office12\ACCWIZ folder that holds all Access wizard files, as shown in Figure 3.30.

Figure 3.30

Figure 3.30 Access automatically trusts the \Program Files\Microsoft Office\Office12\ACCWIZ folder so that Wizards will run without generating a security warning.

You add other folders and their subfolders as trusted documents by clicking the Add New Location button to open the Microsoft Office Trusted Location dialog, browsing to the folder you want to trust, marking the Subfolders of This Location Are Also Trusted check box (if applicable), adding an optional description, and clicking OK. You no longer see the security warning in the message bar when you open the database from the trusted location.

Add-Ins, Macro Settings, Message Bar, and Privacy Options

new The remaining Trust Center pages resemble groups of other Access Options pages (see Figure 3.31). The options names are sufficiently self-describing as to not warrant relisting here. The default selections shown in Figure 3.31 should be satisfactory for most applications.

Figure 3.31

Figure 3.31 The Add-Ins, Macro Settings, Message Bar, and Privacy Options pages might better have been grouped on a single page.

The Resources Page

The Resources page has the following buttons, many of which were choices of earlier versions' Help menu:

  • Check for Updates—Launches Internet Explorer (IE) 7 and runs Windows Update to check for operating system and Office 2007 updates.
  • Diagnose—Runs the Microsoft Office Diagnostics application to test for known solutions, check memory, verify other programs' compatibility with Office 2007, verify fixed disk(s), and validate Office 2007 setup programs.
  • Contact Us—Opens Office Online's Contact Us page, which has links to support sources, the international support website, customized Office support for developers and IT professionals, and Office Live support.
  • Activate—Starts the Activation Wizard or opens a "This product has already been activated" message box.
  • Go Online—Opens Office Online's default Office 2007 welcome page where you can register with a Windows Live ID (formerly Microsoft Passport account) for additional online services.
  • About—Opens the About Microsoft Office Access dialog, which has System Info and Tech Support buttons. Clicking System Info opens the System Information dialog shown in Figure 3.32. Clicking Tech Support opens a dialog with vague recommendations for obtaining support.
    Figure 3.32

    Figure 3.32 The System Information window, shown here running under Windows XP Professional, displays information on your hardware, system settings, and the applications you've opened.

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020