Macro Open Form Argument

access2010

Registered User.
Local time
Today, 14:56
Joined
Dec 26, 2009
Messages
1,115
I have been following the same principals in using a Macro to open a form, but I am having a problem with this form.

Ctrl + Y = is not working.

Could I please be advised as to what was done wrong?

Thank you.
Crystal
 

Attachments

Not a method I've ever seen before.

You have some sub macros without a named form. Delete some of the entries after the Control y subs.

this works.
aaaaa2.jpg
 
Autokeys macros can be very useful but its never a good idea to assign shortcuts that are standard Access/Windows shortcuts as you will overwrite that functionality
Whilst you have noted/excluded some of these, you have included others e.g Ctrl+A, Ctrl+H, Ctrl+Y, Ctrl+F12.
See this list of all Access keyboard shortcuts Keyboard shortcuts for Access (microsoft.com).
 
Autokeys macros can be very useful but its never a good idea to assign shortcuts that are standard Access/Windows shortcuts as you will overwrite that functionality
Whilst you have noted/excluded some of these, you have included others e.g Ctrl+A, Ctrl+H, Ctrl+Y, Ctrl+F12.
See this list of all Access keyboard shortcuts Keyboard shortcuts for Access (microsoft.com).

isladogs, thank you for pointing me to something new, the list of Microsoft Macros.​


Nicole
 

Users who are viewing this thread

Back
Top Bottom