D darkmastergyz Registered User. Local time Today, 12:21 Joined May 7, 2006 Messages 85 Jul 31, 2007 #1 Is there any way to implement keyboard shortcuts into an access form. For example, to do an action x, i need to press "ctrl + y", how could I do that? Thanks!!
Is there any way to implement keyboard shortcuts into an access form. For example, to do an action x, i need to press "ctrl + y", how could I do that? Thanks!!
boblarson Smeghead Local time Today, 12:21 Joined Jan 12, 2001 Messages 32,059 Jul 31, 2007 #2 Actually to do ALT+Y you can just put an ampersand in front of the Y in the caption of the item. So, for a command button you would have Send M&y File To put an ampersand in the caption of an item requires TWO ampersands so Access knows you want an ampersand instead of a hot key. So to get a command button caption that says Find & Replace you would need Find && Replace
Actually to do ALT+Y you can just put an ampersand in front of the Y in the caption of the item. So, for a command button you would have Send M&y File To put an ampersand in the caption of an item requires TWO ampersands so Access knows you want an ampersand instead of a hot key. So to get a command button caption that says Find & Replace you would need Find && Replace