Self explanatory.
I tried the "If" command but, again, I just don't quite get it.
Private Sub Command52_Click()
If GraphShow Is "First" Then
DoCmd.OpenForm "FRMGraphFirst"
Else
DoCmd.OpenForm "FRMGraphsTest"
End If
End Sub
"GraphShow" is the combo box.