Hi,
I have the following message box prompt..
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.Code:MsgBox("New Payment Run has been added with Payment reference: txtPayRef.text", MsgBoxStyle.Information, "VeriSIS")
Any ideas please..
Thanks

