M
mark kubicki
I have a table with an undetermined number of records...
typically, I have "a" report that prints all of the records in the table
I need to set up an undetermined number of additional versions of the report
(query...) where only prespecified records of the table are included, the
only criteria for a record to be included would be by the user's random
choice -there would be no data determined criteria (ex: not everyone who
lives in "New Jersey" just the folks I designate as living there, or who I
think live there, or who I think ought to live there)
ex:
report001-version_A - include records: 1, 2, 3, 4, 5
report001-version_B - include records: 1, 3, 5
report001-version_C ....
if this were a spread sheet, I would have all of the records listed in rows,
and then each time I added a version of the report, I would add a new column
for it, if a record were to be included in that report, I would enter a "Y"
the intersecting field, else an "N" (this also allow me to compare which
records were being included in different versions of the reports while also
giving me a comprehensive look at what was being included in the report I
was currently choosing for...
in Access, i'm lost
(great at Excel, O.K. enough at VBA, not so O.K. at ACCESS)
thanks in advance,
mark
typically, I have "a" report that prints all of the records in the table
I need to set up an undetermined number of additional versions of the report
(query...) where only prespecified records of the table are included, the
only criteria for a record to be included would be by the user's random
choice -there would be no data determined criteria (ex: not everyone who
lives in "New Jersey" just the folks I designate as living there, or who I
think live there, or who I think ought to live there)
ex:
report001-version_A - include records: 1, 2, 3, 4, 5
report001-version_B - include records: 1, 3, 5
report001-version_C ....
if this were a spread sheet, I would have all of the records listed in rows,
and then each time I added a version of the report, I would add a new column
for it, if a record were to be included in that report, I would enter a "Y"
the intersecting field, else an "N" (this also allow me to compare which
records were being included in different versions of the reports while also
giving me a comprehensive look at what was being included in the report I
was currently choosing for...
in Access, i'm lost
(great at Excel, O.K. enough at VBA, not so O.K. at ACCESS)
thanks in advance,
mark