G
Guest
I have a database that prepares data to notify our clients if there was any
microbiological growth on their samples. The database will look for a
non-null value in [strCount]. It will then pull in the [strProjectManager],
[strClient], [strSampleName], etc. This is used at the data for
[rptClientEmails], which I currently preview, export to Word, see which
project managers are listed, then manually e-mail the document. The report is
groups by [strProjectManager], then [strClient], then [dtmCollectionDate],
with about 5 fields at the detail level.
Its possible to have multiple samples for a given client, and multiple
clients for a given project manager.
What I would like to do is have some code that runs the query, selects a
project manager, run the query / report with only that project manager’s
data, export to Word (rich text), e-mail the report, then move on to the next
project manager and repeat.
microbiological growth on their samples. The database will look for a
non-null value in [strCount]. It will then pull in the [strProjectManager],
[strClient], [strSampleName], etc. This is used at the data for
[rptClientEmails], which I currently preview, export to Word, see which
project managers are listed, then manually e-mail the document. The report is
groups by [strProjectManager], then [strClient], then [dtmCollectionDate],
with about 5 fields at the detail level.
Its possible to have multiple samples for a given client, and multiple
clients for a given project manager.
What I would like to do is have some code that runs the query, selects a
project manager, run the query / report with only that project manager’s
data, export to Word (rich text), e-mail the report, then move on to the next
project manager and repeat.