Fletch Posted June 30, 2009 Share Posted June 30, 2009 Here's a good one. My customer wants to number raffle tickets from '000' to '999'. I'm using the return CurrentRecord number command, along with the added string to make it print with leading zeros. However, when using the record number for the numbering, the software starts at '001'. I even changed the record value to '0' to'999', and it still started at '001'. Anyone know a way around this? Link to comment Share on other sites More sharing options...
esmith Posted June 30, 2009 Share Posted June 30, 2009 return FormatNumber("000", CurrentRecordNumber() - 1); Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.