[AccessD] MsgBox, global setting for Title

Nicholson, Karen cyx5 at cdc.gov
Fri Oct 1 14:01:45 CDT 2004


In a function?

MsgBox cstrMessage, vbInformation, cstrTitle
Const cstrMessage As String = _
      "You are not authorized to open this form."
    Const cstrTitle As String = _
      "Restricted Form"

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Gustav Brock
Sent: Friday, October 01, 2004 2:42 PM
To: AccessD at databaseadvisors.com
Subject: [AccessD] MsgBox, global setting for Title


Hi all

Can you somehow set a global string for Title of MsgBox so you don't
have to set it each and everywhere?

I faintly recall this can be done ... but how?

/gustav

-- 
_______________________________________________
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com



More information about the AccessD mailing list