I'm sorry, I still don't understand what you are trying to accomplish. I'll
take a few guesses though...
Yes, you can include data that does not come from a table. You would do so
by adding an unbound text box to your report (or a label). You can then put
in static data that will appear every time you run the report.
If you wnat to have a form pop up with several prompts, and then have a
report run and use some of the data on that form, you can do that as well.
Just reference the controls on the form in your report. For example, if you
had a form called "ReportStuff" and a field on it called "Explanation", you
could display that in your report by adding an unbound text box and putting
the following in the text box...
=Forms![ReportStuff]![Explanation]
Of course, that form would need to remain open while you run the report.
If this is not what you needed, give us an example of what you want to do
(specifically) and what results you expect.
Hope that helps,
Rick B