chrischi
05-17-2000, 06:50 AM
I have a form based on a large query with subqueries. The subqueries are imported as subforms.
I defined a control box, to print the form with Word like this:
With Word97 |.Visible = True |.Documents.Open
.ActiveDocument.Bookmarks([]).Select
.Selection.Text=(CStr(Forms![]![]))
This really works fine, but I'm not able to export the subqueries/subforms to Word. Anyone an idea?
Thanx Christian
I defined a control box, to print the form with Word like this:
With Word97 |.Visible = True |.Documents.Open
.ActiveDocument.Bookmarks([]).Select
.Selection.Text=(CStr(Forms![]![]))
This really works fine, but I'm not able to export the subqueries/subforms to Word. Anyone an idea?
Thanx Christian