ACCESS

TwitterFacebook
Get flash to fully experience Pearltrees
http://support.microsoft.com/default.aspx?scid=kb%3Ben%2Dus%3B303134&Product=acc When you try to run a query, a form, or a report, the Enter Parameter Value dialog box may appear unexpectedly. This behavior occurs when a field, a criteria, an expression, or a control in a query, a form, or a report references a name that Access cannot find.

"Enter Parameter Value" dialog box appears when you run a query, a form, or a report

http://office.microsoft.com/en-us/access-help/using-parameters-with-queries-and-reports-HA001117077.aspx

Using parameters with queries and reports - Access

by Sal Ricciardi Queries and reports provide the means by which we ask questions and get answers from a database.
This article describes how to create and run an update query. http://office.microsoft.com/en-us/access-help/update-data-by-using-a-query-HA010076527.aspx

Update data by using a query - Access

http://www.functionx.com/access/

Microsoft Access 2010 Desktop Databases

Microsoft Access is an application used to create small and midsize computer desktop databases for the Microsoft Windows family of operating systems. It can also be used as a database server for a web-based application.

Microsoft Access 2010 - Lesson 30: Enhancing Queries

http://www.functionx.com/access/Lesson30.htm To control how the values would display in the query, start a query in Design View or open a query in Design View. In the bottom section of the window, in the box of the field name, type the expression. For example, if you have a column named Gender and that display the genders as Male or as Female but you want to display only M or F respectively, you can use the Left() function in an expression as Left(Gender, 1) :
http://www.classanytime.com/mis333k/sjdaoadorecordsets.html These examples provide DAO programmers with a brief reference to ADO syntax. You are the correct audience for this page if you are using ASP recordset programming.

Examples of DAO and ADO Recordsets (Poynor - MIS 333k)

Examples of query criteria - Access

http://office.microsoft.com/en-us/access-help/examples-of-query-criteria-HA010066611.aspx When you want to limit the results of a query based on the values in a field, you use query criteria. A query criterion is an expression that Access compares to query field values to determine whether to include the record that contains each value.
How to Create Calculated Fields and Totals Rows in Tables http://www.gcflearnfree.org/access2010/extra/71

Access 2010: Tables: How to Create Calculated Fields and Totals Rows

Este artículo incluye ejemplos de expresiones. Una expresión es la combinación de operadores matemáticos o lógicos, constantes, funciones, campos de tabla, controles y propiedades que devuelve un solo valor. http://office.microsoft.com/es-es/access-help/ejemplos-de-expresiones-HA010096295.aspx

Ejemplos de expresiones - Access

Microsoft Access Database Development

Microsoft Access is a development environment used to create computer-based databases. To complement it, it ships with a programming language called Visual Basic For Application (VBA) and various libraries. This language and the libraries are used in a programming environment called Microsoft Visual Basic, which also ships with Microsoft Access. http://www.functionx.com/vbaccess/index.htm
The accuracy and thoroughness of this document would not have been possible without lots of help. In addition to those listed in the introductory comments, I wish to give a BIG thank you to my fellow Microsoft MVP, Tom Wickerath.

Crystal's Access Basics

Do you get this annoying message when you're launching your email merge, address book search, email notification program or a smartphone synchronization tool? Or this one when you're trying to send a catalogue to your customers using your bulk emailing software? Don't panic. This is new Outlook security features introduced in Outlook 2000 (SR2 and newer), and installed by default with Outlook 2003, Outlook 2007 and Outlook 2010. These features help guard against most viruses that are spread by email attachments, as well as protect users from worm viruses which replicate through Microsoft Outlook. However, these additional security restrictions can be somewhat annoying.

A program is trying to send e-mail on your behalf. Stop this message with ClickYes.

Microsoft Access Tips for Serious Users Provided by Allen Browne, June 2006, updated March 2007.

Microsoft Access tips: Search criteria

Let’s say we have two tables and you want to create a basic Union Query between them.

Microsoft Access SQL: Union Queries (Part 2)

February 26, 2008, 12:00 AM PST Takeaway: Having your Access application run in runtime mode prevents users from modifying or deleting objects from the application, providing users with access only to the objects you wish. Mary Ann Richardson shows you how to lock down your database and keep it safe.

Convert your Access 2007 application from design to runtime mode by changing its extension