You are here: Advisor.com » Advisor Guides » Microsoft Access Advisor » The Advisor Guide to Microsoft Access database for solution developers and advanced users, covering Microsoft Office Access, Microsoft Office System, Microsoft Excel, Microsoft SQL Server, VB language, MS Access with Microsoft SharePoint, Windows Server System, and more...
My.ADVISOR.com Sign-In
Username
Password
Sign-Up 
Go to Article
Advanced Search 
New Know-How for Subscribers
Top 15 for 2008 Week 30

PROGRAMMING

Implementing Microsoft Access Sorts, Part 3 DOWNLOAD

Here's how to make sure your sorts are speedy.

By Ken Getz, technical editor

MICROSOFT ACCESS DEVELOPMENT

Microsoft Access String Manipulation Using Inline Functions DOWNLOAD

You can use Access' inline functions to manipulate and extract pieces of data from text fields in order to perform operations (such as sorting) on a part of the data instead of the entire field.

By Joe Stockman

PROGRAMMING

Implementing Microsoft Access Sorts, Part 2

Build on what you've learned about the QuickSort algorithm to sort more complex arrays.

By Ken Getz, technical editor

PROGRAMMING

Implementing Microsoft Access Sorts, Part 1

Get to know the Quicksort algorithm.

By Ken Getz, technical editor

ADVISOR TIPS

Microsoft Access Database Multi-User Deployment

Here's how to set up an Access database in a multi-user environment and have a front end on each client.

By Ken Getz, technical editor

ADVISOR TIPS

In .NET, Run the Application Associated with a Document

Take advantage of the Windows command processor to launch the right application.

By Ken Getz, technical editor

USER INTERFACE

Use Field Description Properties to Make Microsoft Access Information Meaningful

When the field description isn’t adequate, usurp it with a query.

By Susan Sales Harkins

ADVISOR TIPS

Sort Text Data in Microsoft Access

By Ken Getz, technical editor

ADVISOR ANSWERS

Selecting Files in Access, Revisited

In a previous tip, you got some code to select files. But, what if you're using Access 97 and, therefore, can't take advantage of the Split function. Here's an alternate solution.

USER INTERFACE

Add a Microsoft Help System to Your Access Application DOWNLOAD

Give users the help they need and add that professional touch to your application.

By Tom Anselmo

ADVISOR ANSWERS

Select Multiple Files in Microsoft Access

This flexible code hands back either a single file name or an array of file names.

By Ken Getz, technical editor

ADVISOR ANSWERS

Selecting Files in Microsoft Access

Here's how to work with an ever-tricky control.

By Ken Getz, technical editor

DATA INTEGRATION

Recreate Microsoft Access Tables in SQL Server DOWNLOAD

Here’s a tool that SQL Server has and Access doesn’t: The ability to generate SQL Scripts that can be used to recreate your table design in SQL Server -- or any other database server.

By Roger Carlson

USER INTERFACE

Building Microsoft Access Menus Programmatically

Use the Office Commandbar object model to create menus on the fly.

By Ken Getz, technical editor

VERSION CONTROL

Compare Versions of Your Source Code with the Click of a Button

When your program stops working, you need to know what you've changed. Here's a utility that will let you quickly compare the old and new versions of your code—or any text file—to find out what's different.

By Tom Anselmo

Microsoft Access Advisor articles

MICROSOFT ACCESS DEVELOPMENT

Protect Your Work with Source Control and Access 2007

You've made a change to your application and, after much work, have realized that it's all been a horrible mistake. How do you get back to the working version?

By Peter Vogel, editor

ADVISOR TIPS

Using Activate Event to Requery Microsoft Access Forms

Here's another alternative to looping.

By Ken Getz, technical editor

MICROSOFT ACCESS USER INTERFACE

Let One Microsoft Access Report Do the Job of Many DOWNLOAD

Don’t overload your database with unnecessary reports, when one will do.

By Susan Sales Harkins

ADVISOR TIPS

Don’t Loop -- Use WithEvents

Using the WithEvents keyword, you can react to built-in or custom events, and can avoid the overhead involved in monitoring for state changes.

By Ken Getz, technical editor

MICROSOFT ACCESS USER INTERFACE

Combine List Box and Checkbox Behavior DOWNLOAD

Use a subform to display and manipulate Yes/No data in a Checkbox control with something that looks like -- but really isn’t -- a list box.

By Susan Sales Harkins and Gustav Brock

REPORTING

Reuse Your Subreports in Microsoft Access DOWNLOAD

You can save yourself time in maintaining your applications by reusing subreports to report different data. However, changing the underlying data for a subreport means that you need to determine the order that Access processes your reports -- not an easy task.

By Doug Steele

ADVISOR ANSWERS

Explore New Features in SQL Server 2008

Considering the additions to SQL Server 2008, should you hold off upgrading your SQL 2000 servers to 2005?

By Richard Campbell, technical editor

MICROSOFT ACCESS DEVELOPMENT

Pass Multiple Values in a Single String in Microsoft Access DOWNLOAD

Here's how to put all the information you need into a single string -- and still be able to retrieve a single piece of data from that string.

ADVISOR TIPS

Print a Microsoft Access Report to a Specific Printer

Here's a foolproof way to do it.

By Robert Henry

ADVISOR ANSWERS

Fix Broken References in Microsoft Access

Find out why Access won't execute a statement attached to a button on a form.

By Mike Groh, technical editor

ADVISOR ANSWERS

Print Multiple Copies of a PDF Document from Microsoft Access

Here's a quick technique to take advantage of now.

By Mike Groh, technical editor

ADVISOR ANSWERS

Programmatically Add or Delete References in Microsoft Access

Here's how to add or remove references as needed.

By Mike Groh, technical editor

APPLICATION DEPLOYMENT

Deploy Access 2007 with the Access Runtime and Developer Extensions

The newly available Access Runtime and Access Developer Extensions provide you with a new mechanism for distributing your Access applications. And the good news is: They're free.

By Peter Vogel

ADVISOR TIPS

Convert Numbers to Strings in Microsoft Access

If you need to convert a Currency value into a string, this code should get you started.

By Ken Getz, technical editor

ACCESS DEVELOPMENT

Save Time and Simplify Your Microsoft Access Applications with Inline Functions DOWNLOAD

Get more from Access with these two functions.

By Joe Stockman

ADVISOR TIPS

Spell Check Label Captions in Microsoft Access

Here's a way to get around a limitation in Access.

By Frank Out

REPORTING

Communicate More Effectively In Microsoft Access Applications Using Graphical Reports DOWNLOAD

Find out how you can simplify the presentation of data to users.

By Doug Steele

USER INTERFACE DESIGN

Use Double-Click to Display More Microsoft Access Data DOWNLOAD

Busy forms are distracting and confusing. Let users decide when to display more data just by double-clicking.

By Susan Sales Harkins

ADVISOR ANSWERS

Adjust the Row Spacing on a Microsoft Access Report

How can you change the spacing between rows on a report? Find out here.

By Mike Groh, technical editor

VBA PROGRAMMING

Process All Microsoft Access Windows with API Callbacks DOWNLOAD

Callback functions can let you do things that are impossible from straight VBA code, including accessing every open window (hidden or visible).

By Ken Getz, technical editor

ADVISOR TIPS

Don’t Loop -- Use WithEvents

Using the WithEvents keyword, you can react to built-in or custom events, and can avoid the overhead involved in monitoring for state changes.

By Ken Getz, technical editor

ATTENTION SUBSCRIBERS: Your current subscription to Advisor Guide to Microsoft Access has been upgraded to DataBased Advisor -- at no charge. Click here for details. (This publication has been discontinued.) Sign-in now to get more than 10,000 articles, tips and downloads. If you don't yet have subscriber online access, click here for instructions.

DATA ANALYSIS

Analyze Your Microsoft Access Data with the Top Query DOWNLOAD

The SQL Top query lets you retrieve a subset of your data that you feel is important -- or random records. You can even use VBA to create a Top query that lets you interactively control how may records you will get.

By Roger Carlson

QUERIES

Easily Keep Your Microsoft Access Queries Up-To-Date DOWNLOAD

Here's a technique to get it done right.

By Michel Brunet

ADVISOR ANSWERS

Print a Microsoft Access Report Total at the Bottom of a Page

Find out what could be forcing a report to print to a second page of a subreport.

By Mike Groh, technical editor

ADVISOR TIPS

Create Connection Strings in Microsoft Access Using ADO

Here's a useful technique that doesn't require you to do any real work at all.

By Doug Stevens

ADVISOR ANSWERS

Deal with NULLs and Uniqueness in Microsoft SQL Server

How do you apply uniqueness to only non-NULL values? Find out the answer here.

By Richard Campbell, technical editor

ADVISOR ANSWERS

Get a Microsoft Access Message Box to Close by Itself

Here's a quick trick to put to use now.

By Mike Groh, technical editor

ADVISOR TIPS

Take Advantage of Microsoft Access 2007 Attachment Data Types

Storing images just got a lot better. Find out how.

By Doug Behl

VBA PROGRAMMING

Set Timed Events in Microsoft Visual Basic .NET with Win32 API Callbacks DOWNLOAD

Being able to use callbacks allows you to use an entire class of Windows API functions that are otherwise unusable from VBA.

By Ken Getz, technical editor

ACCESS DEVELOPMENT

Make Entering Microsoft Access Date Ranges Easy DOWNLOAD

Here's a slick way to do it.

By Tom Anselmo

ACCESS DEVELOPMENT

Speed Up Microsoft Access Application Development and Maintenance with Program-Specific Options DOWNLOAD

Instead of making design changes to every application you create, you can customize your applications using an options table. One table and a little VBA code can make your life easier.

By Joe Stockman

EXPRESSIONS

Calculate and Total Elapsed Time in Microsoft Access DOWNLOAD

Tracking time spent on specific tasks is easy if you know how Access evaluates and formats time serial values.

By Susan Sales Harkins

ACCESS DEVELOPMENT

Design and Code with Multi-Valued Fields in Microsoft Access 2007 DOWNLOAD

Find out how to get the most out of this new feature.

By Peter Vogel, Editor

ACCESS DEVELOPMENT

Build Hierarchical Data in Microsoft Access with Shaped Recordsets DOWNLOAD

Find out how you can make your life (and your code) much simpler.

By Leigh Purvis

ADVISOR ANSWERS

Hide a Text Box in Microsoft Access

Here's a solution to a nagging problem in Access.

By Richard Campbell and Mike Groh, technical editors

ACCESS DEVELOPMENT

Determine the User's Screen Characteristics in Microsoft Access DOWNLOAD

The first step in managing the user's display is finding out what settings are in effect. Here's a class to get that information for you, along with the underlying Windows' API calls if you want to do it yourself.

By Ken Getz, technical editor

ADVISOR TIPS

Prevent Microsoft Access Database Corruption

5 steps to prevent database corruption.

By Kevin Sparks, Fremont, California

ADVISOR TIPS

Emulate the Microsoft Access 2007 Runtime Environment

Do you distribute your applications using the Access runtime version? If so, find out how you can easily take advantage of the Access 2007 runtime version.

By Bill Henry

ADVISOR ANSWERS

Should You Use AutoShrink in Microsoft SQL Server?

Find out the answer here.

By Richard Campbell, technical editor

ADVISOR ANSWERS

Copy Microsoft Access Files to a Mobile Device

Find out whether you can use VBA to copy files to a mobile device such as a Palm or cell phone.

By Mike Groh, technical editor

ADVISOR TIPS

Underline Lines in Microsoft Access Reports

Here's a follow up to an earlier tip about underlining the final line in a report.

By Ken Getz, technical editor

VBA PROGRAMMING

Manage Your User's Keyboard with the Windows API DOWNLOAD

You can take full control of your user's keyboard settings with these API calls.

By Ken Getz, technical editor

REPORTING

Turn Microsoft Access Data into Information with Graphics DOWNLOAD

Spruce up your reports with this technique.

By Doug Steele

ACCESS DEVELOPMENT

Let Users Filter Their Own Microsoft Access Data DOWNLOAD

Here's an easy way to build filtering capability into an application.

By Joe Stockman

REPORTING

Display Helpful Information in Microsoft Access Reports DOWNLOAD

Data isn't all users need. Let additional information and visual clues complete the picture.

By Susan Sales Harkins

DATA TRANSFER

Send Recordsets Via E-Mail with Microsoft Access and Outlook

In Access 2003 and earlier, you can build one of the new features of Access 2007: the ability to use e-mail to send data to users -- or to another Access application.

By Peter Vogel, Editor

USER INTERFACE DESIGN

Spice Up Your Microsoft Access Application with Dashboard Views DOWNLOAD

Here's a cool technique to take advantage of now.

By Chuck Ray

ADVISOR TIPS

Retrieve the Directory Portion of a File Name in Microsoft Access

Here's a solution to a nagging problem in Access

By Diane Krenik

ADVISOR ANSWERS

Automatically Link Tables in Microsoft Access

Here's a simple solution.

By Mike Groh, technical editor

Subscribe to FileMaker Advisor Magazine

Read the advanced guide to creating custom business database solutions with FileMaker software. Subscribe now to gain access to all the archives and downloads.

FileMaker.Advisor.com

Subscribe to Advisor Basics of FileMaker Pro

Learn the fundamentals of using FileMaker Pro software. Every issue gives you step-by-step instructions on creating the databases you need. Subscribe now!

FileMaker.AdvisorBasics.com

Showcase Your Smarts

Submit your tips, techniques and advice and let Advisor promote your business and build your career. Show the world what you know!

AdvisorTips.com

ADVISORAMA
Always try to keep a smile on your face because it looks silly on other parts of your body.

Use of this or any other site, content, product or service of Advisor Media constitutes acceptance of Terms of Use.
Portions copyright ©1983-2008 Advisor Media, Inc. All Rights Reserved.
Reuse or reproduction of any portion or quantity of Advisor Media's copyrighted content, in any form, for any purpose, requires written permission.
ADVISOR®, the ADVISOR logo, Access-VB-SQL Advisor, Access Advisor, Advisor Guide, Office Advisor, SQL Advisor, VB Advisor, VS Advisor, .NET Advisor and other names and logos that incorporate ADVISOR are registered trademarks, trademarks or service marks of Advisor Media, Inc. in the United States and/or other countries.
Microsoft and Microsoft Access are trademarks of Microsoft Corp. Other trademarks are used for identification, editorial or descriptive purposes and are the property of their owners.
Hosted by Prominic.NET Website powered by
LOTUS SOFTWARE
domino-144.advisor.com my.advisor.com 07/26/2008 05:55:36 PM