I irade92 Registered User. Local time Today, 19:04 Joined Dec 26, 2010 Messages 229 Mar 1, 2011 #1 There a couple of records in a split from. I want to send them to a .txt file using Function key F2. How to do it..Please help
There a couple of records in a split from. I want to send them to a .txt file using Function key F2. How to do it..Please help
John Big Booty AWF VIP Local time Tomorrow, 05:04 Joined Aug 29, 2005 Messages 8,250 Mar 2, 2011 #2 You would need to use On Key Press event to detect that the F2 key has been pressed and over ride the native F2 functions.
You would need to use On Key Press event to detect that the F2 key has been pressed and over ride the native F2 functions.
MarkK bit cruncher Local time Today, 10:04 Joined Mar 17, 2004 Messages 8,587 Mar 2, 2011 #3 You can also define an AutoKeys macro and handle keystrokes at the application level. In Access 2007 it comes up first when I Search Access Help (not VBA) for "AutoKeys Macro." Local content. Cheers, Mark
You can also define an AutoKeys macro and handle keystrokes at the application level. In Access 2007 it comes up first when I Search Access Help (not VBA) for "AutoKeys Macro." Local content. Cheers, Mark