Add A Blank Record Between Trays
- Presort the list as normal
- Click Print Labels
- Select Disk file as the output and click Continue
- Export the list as a new AccuZIP6 database
- Open the new database from the File>Open>Database option
- Pull down Edit>Commands and run the command below
SET SAFETY OFF com_alias=alias() copy to "C:\blank.dbf" fields sequence, traymark_ for !empty(traymark_) USE ("C:\blank.dbf") IN 0 ALIAS "merge" SELECT("merge") replace all traymark_ with "##" SELECT(com_alias) append from "C:\blank.dbf" index on sequence+cont_id tag mytag USE IN IIF(USED("merge"),SELECT("merge"),0) |