Hi Nate
I need to tabulate 4 columns of data ie
company name t/a status address
I'm reading from a database and writing to an rtf file using the standard fwrite($fp ....)
there could be 1000 or so entries into the rtf file from the searching the database.
I've saved a dummy rtf file in word and had a good look at it its a case of how I can put the header information that rtf needs to see in just one variable then use /tab /par etc for each row that's written to the file
Does this help??
Thanks and Regards
Ray