
Difficulties with 2 "@"-signs in messagebox
Hoi Access-users,
For a very specific Access-application for our data processing-department,
a messagebox should be able to display a message with 2 at-signs.
We're working in an NT-environment (NT3.51 SP5 and NT4.00 SP3) and are
using Office95, all international versions.
The code we used is as follows :
CODE
Private Sub Command0_Click()
On Error GoTo Err_Command0_Click
Exit_Command0_Click:
Exit Sub
Err_Command0_Click:
MsgBox Err.Description
Resume Exit_Command0_Click
End Sub
As a result, the at-sign is replaced by 1 or 2 carriage returns and the
formatting of the text is modified partially into bold. Next, the
application crashes.
test test".
We've already tried to use character 64, but this has the same result.
The formatting problem remains in Access97, but there the application
doesn't stop responding.
Does anyone know a workaround for this?
Kind regards,
Tony