Printing Mailing Labels (Mail Merge / Export Data / SQL Query??)

Printing Mailing Labels (Mail Merge / Export Data / SQL Query??)

Hi friends,

I'm trying to create a database to replace an existing excel worksheet. One of the requirements is that we can print labels that contain various pieces of information about each record. They are not simply name / address, but I suppose that's as good a place to start as any. 

We currently update the information in an Excel spreadsheet, do some concatenation and formatting in another sheet, and then do a mail merge in MS Word against that sheet using an SQL query through MS Query. 

When we transition to using ZOHO Creator for this, I suppose the handoff of data could occur at any point in the above process. Here are a few scenarios that seem like potential candidates for development:

-- Keep the whole process in ZOHO: capture data, generate and print labels. (preferred, but I can't figure out how to output the data in a format that can be printed on labels)

-- Run SQL query against ZOHO db, drop into MS Word for mail merge (Is this even possible?)

-- Dump raw data into Excel, format it there, and then mail merge to MS Word.

Any ideas? I have a fair amount of development experience, but this has me frustrated.