Warning: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in /home/frodr/public_html/msofficetuneup.com/wp-includes/functions.php on line 35
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in /home/frodr/public_html/msofficetuneup.com/wp-includes/functions.php on line 107
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in /home/frodr/public_html/msofficetuneup.com/wp-includes/functions.php on line 109
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in /home/frodr/public_html/msofficetuneup.com/wp-includes/functions.php on line 111
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in /home/frodr/public_html/msofficetuneup.com/wp-includes/functions.php on line 112
May
Warning: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in /home/frodr/public_html/msofficetuneup.com/wp-includes/functions.php on line 35
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in /home/frodr/public_html/msofficetuneup.com/wp-includes/functions.php on line 107
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in /home/frodr/public_html/msofficetuneup.com/wp-includes/functions.php on line 109
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in /home/frodr/public_html/msofficetuneup.com/wp-includes/functions.php on line 111
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in /home/frodr/public_html/msofficetuneup.com/wp-includes/functions.php on line 112
16
Creating Shortcut Keys for Form Controls in Access 2007
Microsoft Access, Tips & Tricks Add comments
Forms are almost always used as data entry tools, which means that most of your interacÂtion with a form is via the keyboard. Yes, you can place mouse-friendly controls such as check boxes, toggle buttons (see “Using a Toggle Button for a Yes/No Field,” earlier in this chapter), option buttons, and list boxes on a form. However, most of your form time is spent typing entries into text boxes. This means that, in most cases, data entry in a form is most efficient when your hands stay on the keyboard as much as possible. This is helped by the fact that you can use Tab and Shift+Tab to navigate the form fields, as discussed in the previous section.
However, what if you need to skip over a number of fields? For example, you may edit a record and need to make changes to two fields that aren’t close on the form. Pressing Tab repeatedly isn’t efficient, and neither is taking one hand off the keyboard to click inside the next field with your mouse. A faster and more efficient solution is to define a shortcut key for each form field. A shortcut key is a letter or number that enables you to select the conÂtrol from the keyboard by holding down Alt and pressing the character. This character is usually underlined on the control’s label. For example, if you see a field named Address, and the A is underlined, then you can select that field by pressing Alt+A while the form is displayed.
Here are the steps to follow to define a shortcut key for a form control:
- Assuming the control automatically comes with a label, insert the control. If the conÂtrol already exists on the form, skip to Step 2.
- Click the label associated with the control.
- Choose Design, Property Sheet to open the Property Sheet pane.
- Click the Format tab.
- In the Caption property, edit the label text by inserting the ampersand character (&) before the character you want to use as the accelerator key. For example, if the label has the text Address, editing the text to &Address sets up the letter A as the shortcut key (meaning that Alt+A will select the control associated with the label; see Figure 1).

Figure 1 Precede a character with the ampersand character (&) to set up that characÂter as the control’s shortÂcut key.
TIP
If you want to associate another label with a control, first select the control’s current label and delete it. Add the new label (if you haven’t done so already) and then click the smart tag that displays. In the menu, click Associate Label with a Control, use the Associate Label dialog box to click the control you want to use with the label and then click OK.
CAUTION
To avoid confusion, make sure each control on the form has a unique shortcut key. If you accidenÂtally use the same shortcut on two controls, Access displays a smart tag on both labels notifying you of the problem. Click the smart tag and then click Change Caption to see some suggested alternatives for the shortcut key.
If, for some reason, it’s unavoidable that two controls use the same shortcut key, note that you can navigate to the second control by pressing the shortcut key combination twice. For example, supÂpose you have the labels &Nameand &Numberon the form, in that order. Pressing Alt+N first selects the Namecontrol, and pressing Alt+N again selects the Numbercontrol.
Technorati Tags: shortcut keys, form controls, access 2007
Popularity: 3% [?]








Recent Comments