G
Guest
I need to produce a "Letter of Authorization" out of my database on request.
The letter contains a number of fields from half a dozen related tables with
a single driver table row.
I've roughed it out as an unbound report. I'm looking for advice on the best
way to have this letter "pop" out from a form which is there to select the
driving row.
Do I create a query, bind the report to it, and alter the report's filter
property at run time?
Do I instantiate the report, then fill in the fields one-by-one from the
form? What event would I choose to fire the population routine?
Is it better as a form? Should it be bound at design time, then "filtered"
at run time?
I will be firing this letter from multiple forms, but the data still comes
from the same query.
The letter contains a number of fields from half a dozen related tables with
a single driver table row.
I've roughed it out as an unbound report. I'm looking for advice on the best
way to have this letter "pop" out from a form which is there to select the
driving row.
Do I create a query, bind the report to it, and alter the report's filter
property at run time?
Do I instantiate the report, then fill in the fields one-by-one from the
form? What event would I choose to fire the population routine?
Is it better as a form? Should it be bound at design time, then "filtered"
at run time?
I will be firing this letter from multiple forms, but the data still comes
from the same query.