I have three merge fields ( first name, last name and middle name) in my word template. And these megre fields are in different places like first name in starting row, last name at end of the signature.
I got the result set which contains only one row by executing "select first_name,last_name,middle_name from emp" query.
so how to merge these values into merge fields.
Thanks.