Why do I get no SendTo message?

I have a form with a button on it. In this button, there is some code that sends email to a number of people whose names are listed in fields in the document. If I click on this button, the mail goes fine. If the woman who is suppose to click on this button clicks it, she gets a “no SendTo field on document use forward instead” message. Interesting thing is that there is a SendTo field on the document. She is also a manager in the database. I added a prompt to check the field that receives the approver names for the email. If I click the button, this variable gets the names as it should. If she clicks it, the prompt reports the variable as empty.

Subject: Why do I get no SendTo message?

Try to check the location document she is using to see whether or not the mail file listed is well her…

Subject: RE: Why do I get no SendTo message?

Take that ‘sendTo’ into a variable and use it in prompt and the document field where u are setting and see. Eg… Doc.SendTo = sTo where sTo is a variable containing the person’s name as expected.