Click to See Complete Forum and Search --> : how to get contents of text box into Message box


Basavaraj D.M
March 23rd, 1999, 08:03 AM
hi,


there is form desighned with text box for employee name and some controls ..and there is certain condition ,,what i need is the contents of text Box should be displayed in the message box

for example

contents of text box = vivek

on ceratin conditions ......

contents of Message box should be vivek is not eligible


what ever name entered into the text box ...msg box should have the same name


Could someone solve my problem

regards

Basavaraj

Vinayak Sapre
March 23rd, 1999, 02:56 PM
Msgbox Text1.text should work .

If you want vivek in caption try Msgbox YurMsg,,text1.text