error message

  • Thread starter Thread starter dh
  • Start date Start date
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
 
SHowing a code snippet that includes the line number might be helpful.
 
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
 
Back
Top