code:If (StrComp(LCase(sCommand), "/xform", vbTextCompare) = 0) Then
sResult = "I am opening a form..."
frm1.Show vbModal, Screen.ActiveForm
ParseCommand = True
Exit Function
End If
the form opens before "I am opening a form..." gets sent on the network. . is there any way to avoid that?