1st Contact Database Services

Helping you with your MS Access database

 Query FAQs | Report FAQs | Access/Integration FAQs | General FAQs |
Home
About 1st Contact
Experience
Client List
References
Access FAQs
Access 2007 Review
Northwind Examples
FAQs

For a FREE 1 HOUR interactive tutorial
on Microsoft Access:
Email
1stContact@1stAccessHelp.com


General Access FAQs

Email any General Microsoft Access questions to: 1stcontact@1stAccessHelp.com

1. I'm just learning to use Microsoft Access and prefer the keyboard to the mouse. Are there any standard shortcut keys?
2. My database has over 5000 records in it. Most of the time I only need to work with a few hundred at a time. Is there a way to work with smaller groups of records?



1. I'm just learning to use Microsoft Access and prefer the keyboard to the mouse. Are there any standard shortcut keys?
    

Below are some of the more commonly used short-cuts. The most popular ones are highlighted in yellow:

1.       To print the current or selected object

CTRL+P

2.       To save a database object

CTRL+S or SHIFT+F12

3.       To open the Save As dialog box

F12 or ALT+F2

4.       To open a combo box (drop down list box)

F4 or ALT+DOWN ARROW

5.       To refresh the contents of a Lookup field list box or combo box

F9

6.       To move down one line       

DOWN ARROW

7.       To move down one page     

PAGE DOWN

8.       To move up one line           

UP ARROW

9.       To move up one page         

PAGE UP

10.   To open the Find dialog box  (Use this to search for records, make sure the field you want to search has focus.)

CTRL+F

11.   To open the Replace dialog box (Datasheet view, Form view, and Module Window only)

CTRL+H

12.   Open the Zoom box to conveniently enter expressions and other text in small input areas     

SHIFT+F2

13.   To quit Microsoft Access, close a dialog box, or close a property sheet

ALT+F4

 
Return to Top

2. My database has over 5000 records in it. Most of the time I only need to work with a few hundred at a time. Is there a way to work with smaller groups of records?
    

You are talking about a filter. It is possible to filter records in many different ways.

 

  1. Open your database and click on the County field.

  2. Hit CTRL+F, this will bring up the Find Dialog box.

  3. Type the name of the county you want to work with in the Find What field.

  4. Check at the bottom of the Find Dialog Box there is a Match field. It defaults to Whole Field.
    • If you?re not sure you spelled the county name correctly, choose Any Part of Field
  5. Now hit the Find First button to the right hand side. This will take you to the first record containing the county name you typed into the Find Dialog Box.
  6. Now that you've found a record containing the appropriate county name, highlight the County field and right-click.
    • A pop-up menu will appear. Choose Filter By Selection
    • Your record set will filter down from 5000 to the number of records containing the selected county name.
    • You can see this at the bottom of your screen, in the Record number box on the navigator bar. If there are 91 records from the county you selected you will see 1 on the navigator bar.

 
It is also possible to filter by excluding a selection.

 

  1. For instance, lets assume you have a field in your database called Member Status. One status is inactive.

  2. If you want to work with all the members in your database except for the inactive members, then use the Find Dialog Box to search for an inactive member.

  3. After you?ve found an inactive member, highlight the Member Status field and right-click.

  4. When the pop-up menu appears select Filter Excluding Selection.

  5. Now you?re record set should only contain records which are NOT inactive.

When you are finished working with the filtered record-set, you may want to remove the filter.

  1. To do this, right-click on any field

  2. Choose Remove Filter/Sort.

  3. Now all 5000 records will show up in your record set.

 

 
Return to Top