OK try something like this.
on the click event of your control
add this.
Dim strfilter as String
strfilter = "Open"
DoCmd.OpenForm "Myform", , , "myfieldbasedonOpen = " & strfilter
Hope this at least points you in the right direction.
Life's a journey enjoy the ride...
jazzz