D
Denver
i have the following codes..
is there anyway i can change the font size of the messages in my msgbox?
i am using access 2003
Dim resp As String
resp = MsgBox("You are about to Open Joint Venture, " & _
"DRAWING Menus." & _
vbCrLf & " " & _
vbCrLf & "Would you like to Continue?", vbYesNo +
vbInformation, " Engineering Database")
If resp = vbNo Then
DoCmd.CancelEvent
Else
DoCmd.OpenForm "Drawings", , , , , acWindowNormal
End If
hope any1 out there is kind to help me
thanks
is there anyway i can change the font size of the messages in my msgbox?
i am using access 2003
Dim resp As String
resp = MsgBox("You are about to Open Joint Venture, " & _
"DRAWING Menus." & _
vbCrLf & " " & _
vbCrLf & "Would you like to Continue?", vbYesNo +
vbInformation, " Engineering Database")
If resp = vbNo Then
DoCmd.CancelEvent
Else
DoCmd.OpenForm "Drawings", , , , , acWindowNormal
End If
hope any1 out there is kind to help me
thanks