Have return search put into a Report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to take the information I've returned from a search and have it
placed into a report for preivew and print. I'm not trying to build a new
report, I just want to take a specific report, place the information into it
and and view/print. Thanks inadvance.
 
paulg said:
I'm trying to take the information I've returned from a search and
have it placed into a report for preivew and print. I'm not trying
to build a new report, I just want to take a specific report, place
the information into it and and view/print. Thanks inadvance.

Use the query the report is based on. If you base your report directly
on a table, then make a query based on the table.

That should do it.
 
Joseph,

Maybe I should explain my issue a little more. I currently have a form
built to search all my tables and queries. This way I can cross reference
between all my tables on a certain Item(s). So, on the bottom of my search
form, I have the ability to export the info to say excel , html, etc. But,
What I'd really like to do is create a a command button that will allow me to
take the search I Just performed, and place that search in a, template like
report. Just placing any returned fields into the bounded fields in the
report. I hope that clears it up a little more, if not I can try to explain
even more.
 
paulg said:
Joseph,

Maybe I should explain my issue a little more. I currently have a
form built to search all my tables and queries. This way I can cross
reference between all my tables on a certain Item(s). So, on the
bottom of my search form, I have the ability to export the info to
say excel , html, etc. But, What I'd really like to do is create a a
command button that will allow me to take the search I Just
performed, and place that search in a, template like report. Just
placing any returned fields into the bounded fields in the report. I
hope that clears it up a little more, if not I can try to explain
even more.

Sorry for my delay in responding. I think I have a better idea of what
you want to do, but I can't think of an answer. I suggest that at this time
you may want to re-post your question with both or a combined explications.
That way it will be reviewed by more people than this one will be now that
it has moved towards the bottom of the list.

Good Luck
 

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

Back
Top