Filter By Form (1 Viewer)

J

jedi98

Guest
I want to open a form and have it automaticly come up on the filter by form screen

is there a code of somesort to help? (OnActivate)
 

Jonathan Kok

Registered User.
Local time
Today, 18:15
Joined
Jan 27, 2000
Messages
116
I think this is what you're looking for...
This will open up the "Filter By Form" screen. Put it in the OnLoad event of your form, and it will run when you first open the form.
DoCmd.RunCommand acCmdFilterByForm
 
B

BeccaJ

Guest
I tried doing this to open my form in FormbyFilter mode, but I got an error message that it couldn't find the macro DoCmd. Do I need to set up a macro?
 

Users who are viewing this thread

Top Bottom