load a report

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

Guest

I have a report that serves two differenct sets of data. When I run the
procedure to populate the report's source table, I want to modify the
report's title (label control). I had thought to use the Load method to load
the report and address the label control, but I get an syntax error or "can't
find the report." Because the report may not be used immediately, a
conditional label, nor referencing a value in the initial form doesn't serve.

DM
 
If you use as form to do this, you can read the title from a visible or
hidden field on the form.
You can even incorporate a hidden form into the process if you wish.

Bob Galway
 
Back
Top