| |
|
|
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.
-
Open your database and click on the County field.
-
Hit CTRL+F, this will bring up the Find Dialog box.
-
Type the name of the county you want to work with in the Find What field.
-
Check at the bottom of the Find Dialog Box there is a Match field. It defaults to Whole Field.
-
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.
-
Now that you've found a record containing the appropriate county name, highlight the County field and right-click.
It is also possible to filter by excluding a selection.
-
For instance, lets assume you have a field in your database called Member Status. One status is inactive.
-
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.
-
After you?ve found an inactive member, highlight the Member Status field and right-click.
-
When the pop-up menu appears select Filter Excluding Selection.
-
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.
-
To do this, right-click on any field
-
Choose Remove Filter/Sort.
-
Now all 5000 records will show up in your record set.
|
| |
| Return to Top | | | |
|