G
Guest
In the database I have inhertied/tweaked, I have several reports that are
based on a specific record in a table. I can preview a report that contains
only 1 record; however, if I try to use the sendobject method, I get the
whole table in the report not the specific record. Any ideas how I can
limit this without creating a query for each value?????
I am thinking it is something that I can pass the report when it is
formatting, but I am ot sure how to do that. The table contains a list of
service tickets. I want to email the service ticket to my field supervisor
(instead of printing it) and anyone else who wants it. So far, instead of
getting the 1 page service ticket report, I get a complete listing of the
1000+ tickets that are currently in the database. If I can get this figured
out, I can implement in other areas of the database as well and eliminate the
need to cut down as many trees as we do in the office.
Any help would be appreciated.
based on a specific record in a table. I can preview a report that contains
only 1 record; however, if I try to use the sendobject method, I get the
whole table in the report not the specific record. Any ideas how I can
limit this without creating a query for each value?????
I am thinking it is something that I can pass the report when it is
formatting, but I am ot sure how to do that. The table contains a list of
service tickets. I want to email the service ticket to my field supervisor
(instead of printing it) and anyone else who wants it. So far, instead of
getting the 1 page service ticket report, I get a complete listing of the
1000+ tickets that are currently in the database. If I can get this figured
out, I can implement in other areas of the database as well and eliminate the
need to cut down as many trees as we do in the office.
Any help would be appreciated.