thanks a lot for your replies.
i put the combo box with the query names (from David's message :)). At the on click event of the command button, i put this code for each of the query names.
If Me.[comboboxname] = "queryname" Then
DoCmd.OpenQuery "queryname", acNormal, acEdit
End If