I need to know if this is possible:
I have three tables: Process, Subprocess, and ProcessDetails. My intent is to create an Add page for Process Details and have a user able to select multiple Subprocesses (using lookup wizard to display all values in the SubProcess table) to associate with a single process. However, want to add a record in the ProcessDetails table for each Subprocess that is selected. Currently, if a user selects multiple Subprocesses to associate with a process on the add page, it creates one record with multiple values in the SubProcess field.
Please help!