Code:
If Trim(Me.TextBox4.Value) >= 7 Then<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>
If MsgBox(Prompt:="Is #1 score correct?", Buttons:=vbYesNo) = vbNo Then<o:p></o:p>
Me.TextBox4.SetFocus<o:p></o:p>
Exit Sub<o:p></o:p>
Else<o:p></o:p>
End If<o:p></o:p>
End If
Is it possible for the MsgBox prompt to include TextBox4 value?
<o></o>
Example:
<o></o>
If TextBox4.Value equals 10,
<o></o>
MsgBox prompt equals “Is 10 correct for #1?”