Karinos,
See if this is will work. For your OnClick event:
Private Sub Run_Click()
Select Case Frame34.Value
Case 1
DoCmd.OpenQuery "add_to_existing_contract", acViewNormal, acEdit
End Select
End Sub
If the add_to_existing_contract query is only for that form then you can change the...