Access

 Jog your memory:

Forgotton what that table was all? Not to worry-right clicking on a table in the table list opens a Properties sheet. One of the properties, Description, is a free-form memo field that lets you jot down anything you need to remember about that table. You'll never be at a loss again.

Widen your horizons:

While editing a data field, you can get an exploded view of the field by pressing Shift + F2.

In total control:

In the Datasheet view, pressing Ctrl + " (quotation mark) in a cell will insert a copy of the contents in the cell above it. Press Ctrl +: (colon) to insert the current date.

Excelling in Access:

To export data from a Microsoft Excel spreadsheet into Access, first open both programs. Highlight the data in Excel and grab the edge of the highlighted data, then drag it to the Windows Taskbar and drop it on the Access icon. Access will automatically accept the data.

Coming clean:

If you've made many structural or data-entry changes to a database, select Tools>Database Utilities>Compact Database to clean up, streamline and make it compact.

Cursor Magic:

Are you an Access 97 user who runs macros or does VBA programming? if you are, you can take command of the cursor. To change the cursor into the hourglass or 'please wait' cursor, use the VBA command DoCmd.Hourglass True. To restore it to normal, use DoCmd.Hourglass False.

Speedy Selection:

With a record selected in the Datasheet view, you can select an entire row by pressing Shift+spacebar. Press Ctrl+Shift+spacebar to select the entire datasheet; Press Ctrl+spacebar to select an entire column.

Access to Word:

It's easy to move a Microsoft Access table into a Microsoft Word Document. Minimise Word and drag a table to the Word Button on the Taskbar. When Word opens, without releasing the mouse button, drop the table into the document.

Setting the table:

One of the new features of Access 97 is the ability to import HTML tables as data. Select File>Get External Data and import, and then choose the HTML document to import from. If there's more than one table in the document, the import wizard will ask you to select a table.

Document your database:

The Documenter in Access97 can be used to publish detailed reports about the construction of your database.

Preview the previews:

Here's how you can get a grid for the number of pages to preview: right click while in Print Preview. It is more detailed than the list of pages available from the menu

Lose that data forever:

To delete all instances of a chunk of data from your current recordset, right click on data in a Form/Datasheet and choose Filter Excluding Data.

Don't be a Copycat:

You can duplicate a database object quickly without using Copy/Paste. Just drag and drop it within the database window while pressing the Ctrl Key

In a bind:

You can Bind data directly to a control by clicking on the control, then dragging and dropping the desired field from the field list.

Color Me Red:

While working in Visual Basic for applications, You can make your code easier to read. Go to Tools/Options/Module and pick different colors for different kinds of code including keywords, comments and so on. Put some color into that boring database.

Cycling along:

What happens when you tab past the last field in a form?. The new Cycle property helps you determine whether you dvance to the next record or the next page, or return to the first control on the form.

Tailor-made buttons:

Editing the bitmap on a button is a snap! Go into customise mode,right click on the button and choose Edit Image.

See it all:

Wouldn't it be more efficient to view all the code in a module in one long continuoussheet rather than one sub at a time? You can do exactly this by going to Tools/Options, selecting the module tab and checking the 'Full module View' box.

Take control of controls:

On a form, change from one control to another by right-clicking on the control. You don't have to delete and recreate from scratch.

Adding note to tables;

You can attach notes to tables in Access 97. Right clicking on a table in the Table list brings up a Properties dialog. Enter your note here in the box labelled "Description."

Give your database a performance boost:

The Performance Analyzer can tell yiu how tom speed up the way your database works.

Data entry shortcuts:

When in the Database, pressing Ctrl+" (quotation mark) will insert a copy of the contents of the cell above the current one. Similarly, Pressing Ctrl+: (colon) inserts the current time while Ctrl+;(semicolon) will insert the current date.

Rely on the wizard:

Publish dynamic and static HTML documents simultaneously by using Access's Publish to the Web Wizard. Call it up by selecting File>New, and then choose it from the list of wizards.

While importing or linking to an HTML table in Access, leave it alone. Access makes local copy of the original file, so the data is strictly read-only.

More to come...

Back to MUSTSEE

Home