I am trying to modify a Access 2003 Sales report that pulls serial numbers assigned to sales orders. The modification needed is to add an identifier (anything, color, etc...) to show when there is a break in the serial number sequence.
example: Sales order # 46783
SN's assigned and shipped
4670110
4680110
**4700110
4710110
4720110
4730110
**4780110
4790110
** Identifies a break in the serial number sequence for this Sales order.
My dilemma is how to create this identifier on the report. The report is tied to an SQL statement in VBA.
I have limited knowledge of Access and VBA, so any help is greatly appreciated.
example: Sales order # 46783
SN's assigned and shipped
4670110
4680110
**4700110
4710110
4720110
4730110
**4780110
4790110
** Identifies a break in the serial number sequence for this Sales order.
My dilemma is how to create this identifier on the report. The report is tied to an SQL statement in VBA.
I have limited knowledge of Access and VBA, so any help is greatly appreciated.
Comment