G
Guest
My Access application runs a calculation through SQL and brings the value
back into Access. How do I get rid of the "BEEP" that arrives with the stgMsg
JUST for this Access application.
Else
strMsg = "Annualized Return (" & Me.cboComposite & ", " &
Me.cboStartDate & _
", " & Me.cboEndDate & "): " & Round(rst.Fields(0), 2) & "%." & _
(Chr(13) & Chr(10)) & (Chr(13) & Chr(10)) & "Click <OK> to continue."
strResponse = msgbox(strMsg, strStyle, strTitle)
back into Access. How do I get rid of the "BEEP" that arrives with the stgMsg
JUST for this Access application.
Else
strMsg = "Annualized Return (" & Me.cboComposite & ", " &
Me.cboStartDate & _
", " & Me.cboEndDate & "): " & Round(rst.Fields(0), 2) & "%." & _
(Chr(13) & Chr(10)) & (Chr(13) & Chr(10)) & "Click <OK> to continue."
strResponse = msgbox(strMsg, strStyle, strTitle)