Toggle Filter doesnt work for 1 field

ikzouhetnietweten

Registered User.
Local time
Today, 14:17
Joined
Oct 23, 2015
Messages
44
So My Toggle Filter works for the first field when you click on the button in the form 'Mut ' . But the second button/field doesnt work. any idea why?
Caused by blanks so it cant focus?

Code:
Code:
Private Sub Command216_Click()
Form.Projectnr.SetFocus
DoCmd.RunCommand acCmdFilterMenu

End Sub
 

Attachments

Last edited:
I don't think tjat your using the instruction correctly. Take a look at this.
 
Its solved, the button of the other field was set to a embedded macro instead of event procedure. :)
 

Users who are viewing this thread

Back
Top Bottom