Hi,

I have the following message box prompt..
Code:
MsgBox("New Payment Run has been added with Payment reference: txtPayRef.text", MsgBoxStyle.Information, "VeriSIS")
I want it to read the value in txtPayRef which is the reference of the payment. I tried inserting txtPayRef.text but it is not correct as it shows txtPayRef.Text.

Any ideas please..

Thanks