This topic is locked

WORD

4/26/2008 4:01:17 AM
PHPRunner General questions
S
shoppy author

Hello all you users,
I am using PHPRunner to administrate my costumers.
Now when I want to send them an email or a letter I have to type the name and adress myself in the letter.

Is it possible to get a button on the listpage to send the info of the costumer to WORD or an e-mail?
Thanks,
John

G
gdkoduro 4/26/2008

Hello all you users,

I am using PHPRunner to administrate my costumers.
Now when I want to send them an email or a letter I have to type the name and adress myself in the letter.

Is it possible to get a button on the listpage to send the info of the costumer to WORD or an e-mail?
Thanks,
John


John
I have implemented a similar solution by linking the [MySQL] database table through MySQL ODBC to an MS Access database table. When done you could then use MS Word's mail merge on the linked table. It worked for me and I hope you find this helpful, though I am certain more experienced users might suggest a better way.
darkwa

Sergey Kornilov admin 4/26/2008

Word Mail Merge is the way to go.

S
shoppy author 4/26/2008

Thanks guy's for the answers but I don't know how to use the options you gave me.
Can you maybe be more specifc?
thanks,
John

mikue from germany 4/27/2008

Hi John,
you can do the job with microsoft access or excel.

If you have direct connection to your mysql database by your ISP

then those articles will help you, also if you use database on localhost.
http://dev.mysql.com/doc/refman/5.0/en/myo...ith-access.html
http://dev.mysql.com/doc/refman/5.0/en/myo...-wordexcel.html
If you don't have direct connection to your ISP's database

then you could export your data to an excel file as new database table

for excel or access.
Michael