Re
I'd try it with code.
In the OnClick property line, right click to get the
Build... option and select EventProcedure. When the VB
window opens, use this code:
Private Sub Command1_Click()
On Error GoTo Err_Command0_Click
DoCmd.OpenQuery "qry_MyQuery", acViewNormal...