Form Question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form that i use. The only part of the form that changes when I send
it out is a Name in the body of the email. Can I automatically replace this
name with the new name in one step ? Sort of a find and replace ? can it be
done witrh a vba macro ? regards.

thank you in advance.
 
I have a form that i use. The only part of the form that changes when I send
it out is a Name in the body of the email. Can I automatically replace this
name with the new name in one step ? Sort of a find and replace ? can it be
done witrh a vba macro ? regards.

thank you in advance.

Is this a "form" in the business sense - i.e. a page of text? or a
Form in the Access context - a data entry/editing screen? How are you
sending the email?

If you're sending an Email from an Access database, then yes, it's
easy to have a Report based on a query; the report could have
"boilerplate" text for the constant portion of the message, with a
Name field coming from the table.

If you're not using Microsoft Access, please repost your message (with
some clarification, perhaps) in a more appropriate newsgroup.

John W. Vinson[MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top