Error code 2287
Hi
I am using the contents of a field to generate an automated Email address and launch lotus notes.
Tolist = Me.Email.Value âfield with Email address
subject = "Any old text"
Message = ""
DoCmd.SendObject acSendForm, stDocName, acFormatXLS, Tolist, , , subject, Message, True
Works fine on my PC, but on another PC it generates an error 2287
Microsoft error website say it means "The message alias table on the remote station is full"
Iâm not sure what this means or how to fix it, anyone got an idea?
|