R
Ron Hinds
Access 2003. I have a macro called AutoKeys in which I have defined several
keystrokes to run commands in design view, e.g., ToggleBookmark,
NextBookmark, etc. Very useful in Code View, since MS has no predefined
shortcut keys for manipulating bookmarks. Also, I have a macro I had
assigned to a keystroke that basically stubs out and procedure with some
commonly used variables (Dim db as Database, etc.) and error handling. These
worked beautifully in previous versions of Access, but they don't work at
all in A2003, forcing me to use menu selections for bookmarks (VERY clumsy)
or to call my BuildErrorHandler function (not AS clumsy, but not as nice as
before!). How do I associate my macros with keystrokes in the Code View in
Access 2003? Thanks!
keystrokes to run commands in design view, e.g., ToggleBookmark,
NextBookmark, etc. Very useful in Code View, since MS has no predefined
shortcut keys for manipulating bookmarks. Also, I have a macro I had
assigned to a keystroke that basically stubs out and procedure with some
commonly used variables (Dim db as Database, etc.) and error handling. These
worked beautifully in previous versions of Access, but they don't work at
all in A2003, forcing me to use menu selections for bookmarks (VERY clumsy)
or to call my BuildErrorHandler function (not AS clumsy, but not as nice as
before!). How do I associate my macros with keystrokes in the Code View in
Access 2003? Thanks!