Manipulate report records without SQL

  • Thread starter Thread starter Meg
  • Start date Start date
M

Meg

G'day!
I have a form which performs a string search using code
to apply a filter to my continuous form's records.
I now wish to print the results in a report, but am
unable to replicate the same type of filter.
Is there any way I can do this using recordsets or
something like that?
(I am not very familiar with the use of recordsets)

Thanks!
Meg
 
Is there a reason not to use a query. You could duplicate
the filter specififcations in the query.
Hope this helps.
Fons
 
Back
Top