Manipulate report records without SQL

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
 
F

Fons Ponsioen

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top