If you have a many-to-many relationship, chances are you have a junction table. And chances are, setting up and maintaining that junction table is probably…not your typical idea of a fun time. This script can help automate this process by automatically creating the records needed for a junction table.

See the source for an example of how this script is used.