i think i'd like to use a hot key combo to invoke an error reporting tool.
when the hot key is pressed i'd like a form to open that would automatically
recieve a value from the form that was currently open and in focus.
i just need a tip how to use a hot key combo, open a form, then grab the
value i need.
tia,
mcnewsxp
If you mean you want to assign say Alt + R to open your error reporting tool,
type autokeys macro in Access help and then choose Assign and action or set
of actions to a key.
>i think i'd like to use a hot key combo to invoke an error reporting tool.
>when the hot key is pressed i'd like a form to open that would automatically
[quoted text clipped - 4 lines]
>tia,
>mcnewsxp
mcnewsxp - 04 Aug 2006 16:09 GMT
> If you mean you want to assign say Alt + R to open your error reporting
> tool,
> type autokeys macro in Access help and then choose Assign and action or
> set
> of actions to a key.
that works great.
any i dea how i can grab a value from the form that had focus before the
error form is opened?