I need to say this.
txtFullName being a textbox where the customers name is entered
txtFullName.text was successfully added to the system.
how i do it ??
Printable View
I need to say this.
txtFullName being a textbox where the customers name is entered
txtFullName.text was successfully added to the system.
how i do it ??
msgbox txtfullname.text & " was successfully added.."
?
msgbox txtfullname.text & " was successfully added. to the system."
or you can simply say:
Msgbox txtFullName & " was successfully added to the system." :D