Alison Balteramp;#039;s Mastering Microsoft Office Access 1002003 [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Alison Balteramp;#039;s Mastering Microsoft Office Access 1002003 [Electronic resources] - نسخه متنی

Alison Balter

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید

[SYMBOL]
[A]
[B]
[C]
[D]
[E]
[F]
[G]
[H]
[I]
[J]
[K]
[L]
[M]
[N]
[O]
[P]
[Q]
[R]
[S]
[T]
[U]
[V]
[W]
[X]
[Y]
[Z]

Label tool
2nd

Label Wizard

labels

associating/disassociating with controls

attached labels

captions
2nd

default

combo boxes

forms

adding

sizing

hyperlinks

adding

adding to reports
2nd

mailing labels

reports with labels

printing

in specific locations
2nd
3rd

multiple labels
2nd
3rd

reports

hyperlinks

sizing

autmoatically

lassoing objects

LastModified property
2nd

late binding

required functions
2nd

Layout for Print property

forms

reports

layouts

forms

reports

lbl prefix

Left function

Left Margin property

controls
2nd

left outer joins

Left property

controls
2nd

Len function
2nd

efficiency considerations

less than or equal to (<=)

query criteria operator

less than sign (<)

query criteria operator

libraries

code

Total Visual Sourcebook
2nd

function libraries

DLLs (dynamic link libraries)

Win32 API

procedures

unique names

library databases
2nd

calling functions at runtime
2nd

compiling

creating
2nd
3rd
4th

code modules structure
2nd

CodeDB function
2nd

CurrentDB function
2nd

Time and Billing application example
2nd
3rd
4th

writing code
2nd

debugging
2nd

references

creating

creating with VBA code
2nd

runtime, creating
2nd
3rd
4th
5th
6th
7th

securing

Library Subkey value (registry)

licensing

ActiveX controls

lifetime

variables

Like (query criteria operator)

Like criteria

queries

lin prefix

line continuation character

VBA

Line Spacing property

controls

Line tool

Link Child Fields property

subforms

subreports

Link dialog box
2nd

Link HTML Wizard
2nd
3rd

Link Master Fields property

subforms

subreports

Link Specification dialog box

Link Tables dialog box

linking

data access pages

fixing broken links

external data
2nd
3rd
4th
5th
6th
7th
8th
9th
10th

Database Splitter

Database Splitter Wizard
2nd

performance considerations

refreshing links
2nd
3rd
4th
5th
6th
7th

removing links
2nd

to Access tables
2nd

to database files
2nd
3rd

user interface
2nd
3rd
4th
5th
6th

with code
2nd
3rd
4th
5th

files

HTML files
2nd
3rd

supported file formats
2nd

HTML documents
2nd

tables

accessing in networks

automation
2nd
3rd

security

via automation
2nd

LinkTables routine

LinkTables Routine (Listing 32.4)
2nd

LinkToDBase subroutine

List Box Wizard

list boxes

adding/removing items at runtime
2nd

converting to combo boxes to

forms

adding

Multiselect property
2nd

populating with Callback function
2nd
3rd
4th

List Constants feature

modules

List function

code item values

List Properties and Methods feature

modules
2nd

ListGroups function

listing

Building queries with DAO

For Each. . . .Next Benchmark

groups

Suppressing Printing

users
2nd

users without passwords
2nd

listing errors

listings

AbsolutePosition Property of a Recordset Object

Access Application Object

Accessing the Properties of the DBEngine Object

Accommodating for Missing Parameters in Code

Add button code

Adding a Group

Adding a New Record to a Recordset

Adding a Table

Adding a User

adding groups, SQL

Adding records to recordsets

Adding Table and Query Names to a List Box

AddNew Method

AfterUpdate Event of optCriteriaCombo

Altering a Form's RecordSource at Runtime

API Declarations

Assigning a User to a Group

Assigning View Rights

AssignPassword Function

AssignToGroup Function

Bookmark Property

Bookmark Property of a Recordset Object

Bookmarks

Bulk changes using Update query

Calling a Function in a Library (24.1)

Changing a User's Password

Checking for an Empty Recordset Using RecordCount

Checking Recordset Size

Checking Whether Records Are Returned in a Recordset

Click Event of cmdDelete Command Button

Click Event of cmdNew Command

Click Event of cmdNext Command Button Calls the MoveNext Method

Click Event of cmdPrevious Command Button Calls MovePrevious Method

Click Event of cmdSave Command Button

CloseExcel Routine

Code Building Recordsets That Underlies Reports

Code for the Activate Event

Code That Prints the lblClientMailingLabels Report

Code That Validates Date Ranges Entered

Code Without Error Handling.

Collections to Manipulate Multiple Instances of FileInformation Class

Command Object

Configuration of the LockType Property

CREATE USER SQL statement

CreateCustomForm function That Builds the Form (25.3)

CreateExcelObj Subroutine

CreateGroups Function

CreateRecordset Function

CreateUsers Function

Creating a Builder Function

Creating a Builder Function (25.1)
2nd

Creating a Connection Object

Creating a Link to Access Tables Stored in Databases

Creating a Query

Creating a Recordset Using a Connection Object

Creating a Recordset Using a Connection String

Creating a Recordset Using the ActiveConnection Property

Creating Excel graph from Access.

Creating PowerPoint Slides

Creating tables, adding fields, adding primary key index

Creating users with SQL

Data Type Benchmark

Declaring the Type Structure OSVERSIONINFO

Declaring Windows API Calls

Declarng objects & refrring to variabls

Delete Method

Delete method

Deleting a User

Deleting an Existing Record

Deleting records with DAO

Designating the Cursor Location

Determining Bounds of a Recordset

Determining When Printing Occurs

DoCmd Object, Adding Sections to a Report at Runtime
2nd

Early Binding Requires Referencing Appropriate Type Library

Edit Method

Embedding a Database Password in Code

Enhancing the Builder (25.2)

Ensuring That Your Application's Users Have Passwords

EOF Property with MoveNext

Error Event execution

Error Handling Using the On Error GoTo Statement

Error-Handling Routine

ErrorHandler Function

ErrorProcess Method of the ErrorHandler Class

Establishing a Link to an External Table

Establishing a Relationship

Evaluating for 0
2nd

Evaluating for True and False

Evaluating Which Items Are Selected in the Multiselect List Box

Executing a stored query

FileInformation Class

FillCells subroutine

Filling a List Box By Using a Callback Function

Filter properties for reports

Filter Property of the Recordset Object

Filtering an Existing Recordset

Find button

Find Method of a Recordset Object

FindFirst Method

First Entry-Point Function (25.4)

For Each. . .Next

Form Load Routine of the frmClients Form

Format Event Example

Populating Unbound Controls at Runtime

Report Layout
2nd
3rd

General Declarations Section of basUtils

Generating Word Mail Merge Document

Generic Error Handler for Functions and Subroutines

GetDrive, GetPath, and GetName Routines

GetDriveInfo Procedure

GetErrorInfo Subroutine

GetSysInfo Subroutine

Getting Information from the Fields Collection

Getting System Information Through Code

Handling Apostrophes Within Strings

Hiding/Displaying Report Controls

implicit rights

Improved Process for Modifying One Record At a Time

In-line Code Benchmark

Incorporating Generic Error Handler into Code

Initialize Event

Initialize Event of System Information class

Initialize Event of the ErrorHandler Class

Initializing Report Variables

Inserting Cloumn Headings in Reports

Inserting Data into an Array

Inserting Default Values When Parameters Are Missing

Inserting Row Data into Reports

LastModified property

Len Benchmark

Len function

Linking to an External Table

LinkTable Routine
2nd

ListGroups Function

Listing Container objects and Document objects

Listing Every Container in a Database

Listing the Parameters of Every Query

listing users
2nd

ListUsers Function

Load event assigning Recordset objects to forms

Load Event of frmPolite (25.5)

Load Event of frmRude (25.7)

Loading the Application and Checking Table Attachments

Locating and Referencing Libraries in Code (24.2)

Locating Error Code in tblErrors Table

Locating Users Without Passwords

LogError Routine

LogError Subroutine
2nd
3rd

Looking Up the Call Stack for Previous Error Handler

Looping through a recordset

Making Bulk Changes to a Recordset

Manipulating database permissions

Modifying One Record At a Time

Modifying passwords, SQL

Modifying User Rights
2nd
3rd
4th

Move Methods

Move Next button

Move Previous button code

MoveNext Method Displaying Next Record in Recordset

MovePrevious Method Displaying Previous Record in Recordset

NoData Event execution

NumberOfBytesFree Function

Object Type Benchmark

Object Variable Benchmark

Object Variable Resolution Benchmark
2nd

Object variables for code efficiency

On Error Resume Next construct

Ignoring Errors and Continuing Execution

Open Event of the rptClientBillingsByProject Report (24.3)

OpenDatabase method

Opening a Dynaset-Type Recordset on a Table

Opening a Recordset

Opening a Recordset Based on a Query

OpenRecordset Argument

Options Parameter of the Open Method
2nd
3rd

Parameter Queries

Performing Batch Updates

Permissions to new objects

Persisting a Recordset

Populating Arrays from Report Footers

Print Event Example

Calculating Column and Row Totals

Printer Object

Printers collection

Printing Error Forms

Printing Every Property of Document Objects

Printing Grand Totals

Printing Information About Each Query Using the QueryDefs Collection

Printing labels
2nd

Printing the Name of Each Database in a Workspace

Printing the Names of Document Objects

Printing Totals in Reports

Private Variables and Property Let and Property Get Routines

Private Variables and Type Structures of the SystemInformation class

Prohibiting Users from Creating Other Objects

Prompting the User for Database Path and Name

Properties of the Err Object

Property Declarations for File Information Class

Property Get and Property Let Routines of the SystemInformation class

Property Let and Property Get routines of Class Manipulate Error Information

Pushing Errors into the Stack

Raising an Error

Reading a Persisted Recordset

Reading Registry Information

RecordCount Property Limitations

RecordCount Property Not Supported with Forward-Only Recordset

Recordset Movement Methods

Recordset That Does Not Support the RecordCount Property

RecordsetClone Property

Recordsets That Support the RecordCount Property

Refreshing a Link

Relations Collection
2nd
3rd

Relink Function

ReLink Routine

RemoveGroups function

RemoveUsers Function

Removing a Group

Removing a Link

Removing a Table

Removing a table

Removing a User from a Group

Removing Errors from the Stack

Removing groups, SQL

removing users, SQL

Removing users, SQL

Report Open event

Report Open Event

Hiding and Showing Report Sections

Report Open Event Example

Modifying a Report's RecordSource
2nd
3rd

Requiring Password Validation

Resume [LineLabel] Statement

Resume Next statement

Return Value from the ErrorHandler Function

RevokeFromGroup Function

Revoking rights, SQL

Routines That Call One Another

Running a Parameter Query

Save Method

Scatter Method

Seek Method

Select picture

Selecting the Outlook Template

Sending a Table or Query to Excel

Sending the Outlook Message to Recipients

Setting Options from a Startup Form Routine

Sort Property of the Recordset Object

Sorting an Existing Recordset

SpecificBold subroutine

Specifying Where a Record Was Found

Subroutine Example

Supplying the CursorType as a Parameter of the Open Method

Supplying the CursorType as a Property of the Recordset Object

TableDefs and Indexes Collections

Testing for a zero-length string

ToolbarShow Routine

Transaction Processing in Access 2000

Transaction Processing Using Access Basic in Access 2.0

TransferDatabase method

TransferSpreadsheet method

TransferText method

Type Structure Declaration for Generic Error Handling

TypeOfDrive Function

Updating Records That Meet a Set of Criteria

Updating Report Text Boxes

User-defined Errors

Using ADOX to Enumerate Table Objects in Database (29.1)

Using Resume Conditionally Based on User Feedback

Using Resume Inappropriately

ValidTextRude entry-point function

ValidTextRude Entry-Point function (25.6)

VerifyLink Function
2nd

VerifyLink Routine

Viewing Errors in Errors Collection.

Viewing Sub Form Error From the Form frmOrders
2nd

Visual Basic Form to Print Reports

With...End With

Writing Information to Textual Error Log Files

Writing to the Registry

ListUsers function
2nd

lng data-type prefix

Load event

data access class
2nd

forms

LoadOnStartup key
2nd
3rd

local variables
2nd

Locals window
2nd

Locate Web Page dialog box

Lock Delay property (Connection strings)

Lock Retry property (Connection strings)

locking

tables

creating reports

locking data
2nd

LockType parameter

ADO recordset types
2nd

LogError routine

custom error handler class
2nd

generic error handlers
2nd
3rd

logging

Total Visual Agent
2nd

logging errors
2nd

logging on as system administrator (user-level security)
2nd

logic errors

Long Date format (fields)

Lookup Wizard

Display Control property

launching
2nd

Lookup Wizard field type

lookups

disadvantages

Display Control property

field values

executing (Lookup Wizard)
2nd

looping

through recordsets

looping through custom collections

loops
2nd
3rd

breaking

control properties

changing

control references

avoiding repeating

Do
2nd
3rd

For Each...Next
2nd

For...Each loops

iterating through collection items
2nd

infinite

records

modifying all in a recordset
2nd
3rd

With statement
2nd

LostFocus event

controls

forms

low-level file handling
2nd

lst prefix

/ 544