How can I add the ctrl F function to a button on a form in Access 2003? Can anyone help me
S Sireed2001 Aug 24, 2005 #1 How can I add the ctrl F function to a button on a form in Access 2003? Can anyone help me
A Allen Browne Aug 24, 2005 #2 In the Click event procedure of your command button: Screen.PreviousControl.SetFocus RunCommand acCmdFind
In the Click event procedure of your command button: Screen.PreviousControl.SetFocus RunCommand acCmdFind