L
liz malcolm
I am trying to create a report showing 3 sets of case numbers (pre-
defined, 1000 - 1371) per page. Some of the case numbers might not be
assigned (data entry errors). The first set starts with the 1st case
number. The 2nd set should start with the 24th case number. The 3rd
set should start with the 47th. The report is based on a query that
shows only assigned numbers.
The report should look like this:
Pages 1-23
1000 - 1023 for the 1st set
1024 - 1047 for the 2nd set
1048 - 1071 for the 3rd set
in other words
Page 1 Page 2
1000 1001
1024 1025
1048 1049
I tried int_CaseNbr + 23 etc, but that doesn't take into account the
missing case numbers. Is this even possible?
Thanks in advance, Liz
defined, 1000 - 1371) per page. Some of the case numbers might not be
assigned (data entry errors). The first set starts with the 1st case
number. The 2nd set should start with the 24th case number. The 3rd
set should start with the 47th. The report is based on a query that
shows only assigned numbers.
The report should look like this:
Pages 1-23
1000 - 1023 for the 1st set
1024 - 1047 for the 2nd set
1048 - 1071 for the 3rd set
in other words
Page 1 Page 2
1000 1001
1024 1025
1048 1049
I tried int_CaseNbr + 23 etc, but that doesn't take into account the
missing case numbers. Is this even possible?
Thanks in advance, Liz