It was determined that the periodicals in this database are now to be listed WITHOUT the editors, changing the structure from a many to many relationship to a one to one. So, now the only thing that is to be displayed in the form is the title and issue.
To achieve this I tried the following (on a test database):
1. Deleted the many to many relationship be delinking what was linked to the junction table which was tblJournal Editor and tblJournalTitle. The end result was that the editor data continued to display in the form.
2. Tried just out right deleting the the editor table. System said no, you can't do that.
3. Went through the editor table and, one by one, deleted each record, of which there were only 10 at this point. This caused ALL data to be deleted from the form, this thwarted my goal of preserving the existing title and issues that are currently displayed.
Worst case scenario I can just delete the name fields in the form -- expedient, but probably not prudent in the long run.
Any suggestions on how to proceed from here......?