Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mail merge

Status
Not open for further replies.

reed222

Programmer
Feb 20, 2001
1
US
Can someone please tell me the best way to set up a mail merge (for printing labels) using data in a SQL Server file? I'm currently trying to do it using tables in access that are linked to SQL Server tables, but I'm having a heck of a time. Has anyone figured out a better way to do this?

Thanks in advance,

Reed
 
do you have access (no pun intended) to Word? If so you can create a view in sql server the select the data you need and use Word to access that view using ODBC. You can then format the labels in Word. You should also be able to do that in access by writing a report directly against sql server depending on what version of access you have. Then there is also Crystal reports etc.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top