error message

D

dh

I am getting the following error message when I set a string to the value of
a custom field on a custom form. the message is this:
The Item has been moved or deleted, and then the line number
Can anyone enlighten me on this error.
Thank!
DH
 
S

Sue Mosher [MVP-Outlook]

SHowing a code snippet that includes the line number might be helpful.
 
D

dh

I think I figured it out. I had the code in the Form_Close area and
variable had probably lost scope at that time. I moved the code to a better
part of the form (form_send) and it works fine.
Thanks always for your response!
DH
 
Top