Subject Re: Preview.wfm and report printing
From trevor <bob@bob.com>
Date Thu, 02 Nov 2023 18:07:38 -0400
Newsgroups dbase.getting-started

Michael Italiano wrote:

> Hi Trevor,
>
> I have used 2 methods to get around passing data from a main file to
> a report.
>
> 1. I create a second table with the date range result to be used in
> the report. eg: a= "tablea.dbf, b="temptable.dbf"
>
Michael,

Thanks for the suggestion of a temporary table which I've now gone with.

Trevor