I'm trying to make the value of a textbox become dynamically inserted into a message box. In the code below, I want NAME replaced with Me.TextBox2.Value.
MsgValue = MsgBox("Are NAME's documents filed?", vbYesNo, "Training Documents")
Thanks!
MsgValue = MsgBox("Are NAME's documents filed?", vbYesNo, "Training Documents")
Thanks!