
Tables in RTF or Access to Word functions
I am creating an application that reads data in from a text based
file. I am currently reading it into an RTF control.
However, I need to be able to format the layout of the text. (ie. the
page structure)
Can RTF have table information? If so, how can I create this?
If not, how would I access the appropriate functions included in MS
Office 97 to create a table that I could drop different parts of the
text content in?
I'm hesitant to use different controls for each item, because, when
all is said and done, I need to print the content.
I'm using VB 6
Any help is greatly appreciated.
Peter