Populating one textbox using another?

  • Thread starter Thread starter Zer0
  • Start date Start date
Z

Zer0

Hi People,
Can one 1 tell me (provide any code) for the following problem.
Ok, I have an email form in Outlook and I would like to create a button
that, when clicked, will populate (or copy) the contents from a textbox to
the "To.." field.

I hope this is possible :)

TIA,
Zer0
 
Zer0 said:
Hi People,
Can one 1 tell me (provide any code) for the following problem.
Ok, I have an email form in Outlook and I would like to create a
button that, when clicked, will populate (or copy) the contents from
a textbox to the "To.." field.

I hope this is possible :)

TIA,
Zer0

If you are wanting to populate the To field with a set of recipient
addresses, why not simply create a distribution list with them all in? If
you givethe distribution list a short name, e.g. 1 (numeric is better than a
letter, as you are unlikely to have other contact names starting with a
number), it will be as easy to type that into the To field as to click on a
button :-)
 
Thanks for the reply.
No I was not going to use it for that reason. What happens is the user send
me a form with their name in designated texbox (amongst other things). Then,
when I wish to reply to this person, all I do is click the customer button
and it copies the name from the textbox into the To... field.

Thanks any way tho :)
 
an outlook form, by email? why not just reply? if it's a email comment form
on a web page, the server handling the reply should be able to use their
address as the reply to - my web server does.
 
Back
Top