Mar 26, 2002 #1 MAPetry Technical User Aug 2, 2000 43 US Is there a way to save the recordset of a user defined filter on a form? Then use that recordset as data for report. Thanks in advance Mary Ann Petry
Is there a way to save the recordset of a user defined filter on a form? Then use that recordset as data for report. Thanks in advance Mary Ann Petry
Mar 26, 2002 #2 LittleSmudge Programmer Mar 18, 2002 2,848 GB I'd be inclined to save the recordset to a temporary table and get the Report to look at the table. Each time you do it you'll need to delete the old contents of the table and write the new. In the absence of any better ideas - does that sound feasible? G LS Upvote 0 Downvote
I'd be inclined to save the recordset to a temporary table and get the Report to look at the table. Each time you do it you'll need to delete the old contents of the table and write the new. In the absence of any better ideas - does that sound feasible? G LS