slyvsspy Registered User. Local time Today, 03:56 Joined Jun 24, 2002 Messages 51 Jul 16, 2002 #1 How would I set up a command button on a form to open the "filter by form" dialog box. Anyone have any ideas. I thought about using "SendKeys" but I don't really know how to use this function. Can anyone help me?
How would I set up a command button on a form to open the "filter by form" dialog box. Anyone have any ideas. I thought about using "SendKeys" but I don't really know how to use this function. Can anyone help me?
C cogent1 Registered User. Local time Today, 03:56 Joined May 20, 2002 Messages 315 Jul 16, 2002 #2 DoCmd.RunCommand acFilterbyForm is the key...