Future,
It may help you to know that Access has a built-in keyboard shortcut
being Ctrl+' which will enter the same value in a field as the entry in
the previous record.
The kind of functionality you are requesting is also commonly handled by
way of a combobox for data entry in fields where there is more or less a
fixed finite number of data options. In that case, the keyboard
shortcut for Insurance Policies is likely to be in-Enter.
Apart form that, you can make a macro which is named AutoKeys, and
specify actions for your own custom shortcut keystrokes. In the example
you mentioned, you would put like this in the macro...
Macro Name: ^q
Action: SetValue
Item: [Screen].[ActiveControl]
Expression: "Insurance Policies"