Apr 19, 2005 #1 heprox IS-IT--Management Dec 16, 2002 178 US Stupid question, but I'm drawing a blank, how do you change a message box's caption? Code: If txtDSN.Text = "" Then MsgBox "DSN name cannot be Empty", vbInformation txtDSN.SetFocus Exit Sub End If
Stupid question, but I'm drawing a blank, how do you change a message box's caption? Code: If txtDSN.Text = "" Then MsgBox "DSN name cannot be Empty", vbInformation txtDSN.SetFocus Exit Sub End If
Apr 19, 2005 Thread starter #2 heprox IS-IT--Management Dec 16, 2002 178 US Oh I remembered after all... Code: MsgBox "DSN name cannot be Empty", vbInformation, "Error..." ...I'm definately getting dumber with age. Upvote 0 Downvote
Oh I remembered after all... Code: MsgBox "DSN name cannot be Empty", vbInformation, "Error..." ...I'm definately getting dumber with age.
Apr 19, 2005 #3 ZmrAbdulla Technical User Apr 22, 2003 4,364 AE Many of these simple things easy to find if you type into the code window directly. The Intellisence and popup's will show the nessessary arguments. ________________________________________ Zameer Abdulla Visit Me There is only one perfect child in this world. Every mother has it. Upvote 0 Downvote
Many of these simple things easy to find if you type into the code window directly. The Intellisence and popup's will show the nessessary arguments. ________________________________________ Zameer Abdulla Visit Me There is only one perfect child in this world. Every mother has it.