J
JimAA
I would like to sequentially number selected records shown on a report. I
understand about adding calculated controls with control source set to =1,
etc. My question is how can I get a calculated control ("Item No." shown in
the example below) to skip the numbering of some records based on an If, Then
condition. The record numerically skipped would still appear on the report -
it just would not have a number displayed. The numbering would continue
where it left off on the next record after that.
Example below (the RecordDetailID would not appear on the report):
Item No. Change Description Change Cost RecordDetailID
-------------------------------------------------------------------
OFFICE
1
1 Add carpeting $1,000.00 2
2 Add window $500.00 3
WAREHOUSE
4
3 Add door $2,000.00
5
4 Add window $500.00 6
Thanks.
understand about adding calculated controls with control source set to =1,
etc. My question is how can I get a calculated control ("Item No." shown in
the example below) to skip the numbering of some records based on an If, Then
condition. The record numerically skipped would still appear on the report -
it just would not have a number displayed. The numbering would continue
where it left off on the next record after that.
Example below (the RecordDetailID would not appear on the report):
Item No. Change Description Change Cost RecordDetailID
-------------------------------------------------------------------
OFFICE
1
1 Add carpeting $1,000.00 2
2 Add window $500.00 3
WAREHOUSE
4
3 Add door $2,000.00
5
4 Add window $500.00 6
Thanks.