
Customize design settings for objects in your database
You can set database options that can be used to modify the design of Access desktop database objects by clicking File, Options, and then Object Designers.
SetProperty Macro Action - Microsoft Support
You can use the SetProperty action in desktop databases to set the following properties of a control: Enabled, Visible, Locked, Left, Top, Width, Height, Fore Color, Back Color, or Caption.
Learn the structure of an Access database - Microsoft Support
Access provides several tools that you can use to familiarize yourself with the structure of a particular database. This article also explains how, when, and why you use each tool.
Document and print your database design - Microsoft Support
Specifically, Access can help you print table relationships as depicted in the Relationship window, and can help you print the design characteristics of database objects, such as object properties.
Introduction to data types and field properties - Microsoft Support
This article describes the data types and other field properties available in Access, and includes additional information in a detailed data type reference section.
Introduction to tables - Microsoft Support
In an Access database, table properties are attributes of a table that affect the appearance or behavior of the table as a whole. Table properties are set in the table's property sheet, in Design view.
Create a table and add fields - Microsoft Support
When you create an Access database, you store your data in tables—subject-based lists that contain rows and columns. For instance, you can create a Contacts table to store a list of names, addresses, …
Introduction to Access programming - Microsoft Support
Learn about using macros and VBA code in Access databases to program and automate your applications.
Access help & learning - support.microsoft.com
Get help with your questions about Microsoft Access with our how-to articles, training videos, and support content.
AllowBypassKey Property - Microsoft Support
In a Microsoft Access database (.mdb or .accdb), you can add the property by using the CreateProperty method and then appending it to the Properties collection of the Database object.