R
Robert B via AccessMonster.com
I have a query form which will allow selections of fields for display, filer
and sort, develop a SQL query and populate a list box. The box also gets its
column widths from a table of fields and corresponding widths via a lookup
function which builds the column width string. Unfortunately, there seems to
be no way to oputput this list to a printer. The print icon or DoCmd.
Printout simply prints the screen. Since each query differs, an infinite
variety of forms would be required. I can create a Querydef or a Recordset
from the SQL statement, but I can't figure out how to print the data as I
could from an open Querydef or form. Anyone have a clue?
Bob Boyden
and sort, develop a SQL query and populate a list box. The box also gets its
column widths from a table of fields and corresponding widths via a lookup
function which builds the column width string. Unfortunately, there seems to
be no way to oputput this list to a printer. The print icon or DoCmd.
Printout simply prints the screen. Since each query differs, an infinite
variety of forms would be required. I can create a Querydef or a Recordset
from the SQL statement, but I can't figure out how to print the data as I
could from an open Querydef or form. Anyone have a clue?
Bob Boyden