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
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