G
Gaz
I want to create a report that compares values in 2 sequential records from a
table, then decides whether to print the pair of records (with a descriptive
message) or whether to print nothing for that pair of records. I have plenty
of IT experience, but little Access and no VBA experience.
From what I've read, I assume VBA can permit values from one record to be
saved for comparison with the next sequential record. Can someone guide me
on how to suppress printing records when the VBA logic determines that
nothing should be printed for the pair of records? ALso, is the sequence of
records for the report controlled by the input query, or does sorting have to
be specified in the report configuration somwhere? Thank-you...
table, then decides whether to print the pair of records (with a descriptive
message) or whether to print nothing for that pair of records. I have plenty
of IT experience, but little Access and no VBA experience.
From what I've read, I assume VBA can permit values from one record to be
saved for comparison with the next sequential record. Can someone guide me
on how to suppress printing records when the VBA logic determines that
nothing should be printed for the pair of records? ALso, is the sequence of
records for the report controlled by the input query, or does sorting have to
be specified in the report configuration somwhere? Thank-you...