> Can I add data from two different sources (files) in one document?
Not directly.
> Also I have a title field in the address. Some times I do not have a
> title for the person but when I leave that field blank I get a space
> in my document. Is there a way of getting rid of the space if no data
> was entered in that field for that record?
Use a conditional field to insert the field and any punctuation, spaces or
line feeds when the field is not empty.
eg if the title in question is a salutation:
{IF{Mergefield Title} <> "" "{Mergefield Title}, "}{Mergefield LastName}
or if it is a job title
{Mergefield FirstName} {Mergefield LastName}{IF{Mergefield Title} <> "" "
{Mergefield Title}"}
{Mergefield Company}

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<