Export Query using StrWhere

B

Bernie

I created a search form where the user selects various fields and field
values. A Where statement is created which I use as a strWhere when opening
the search results form.

I would like to export the displayed records to Excel. This records include
a memo field, which when I export the report format truncates the memo field
(though the printable view displays the complete memo field). I was hoping
to export directly the query (which also displays the memo field just fine).

Hope this makes sense.
Bernie
 
Top