Create a Bundle field with a + in the last record of each CRRT bundle
These instructions will populate a field name Bundle and place a + character into the last record of the crrt based on the CRRT field changing from say, C001 to C002. If you need a different character you can replace the + with a different character.
- Presort your database and export the database as an AccuZIP6 5.0 database in presorted order
- Pull the File menu down to Open Database and open the presorted database
- Run a Show Duplicates on the list, using the User Defined duplicate search, based on zip+crrt
- In the Priority record area, choose Newest, then run the dupe search, then update the database
- After updating the database, pull down the Edit menu to Mark. Click on All, make sure Include Deleted is Not checked, then click Mark.
- After doing that, pull down Edit to Recall. Recall Deleted.
- Pull the File menu down to Export, and when you're exporting, export a field named Bundle. To do this, type in the word Bundle in the Name area and make the LEN of the column 1
- Put this expression in the expression text area
IIF(!EMPTY(x),"+",SPACE(1)) - Choose your Export Format and Export