But which fields should I choose as lookup fields in main table then? AuthorEditorID? Isn't it possible to make it so, that you can choose author and editor from lookup fields in the main table?
see this for more on many to many
Many people will tell you never use lookups at the table field level. because
If by main table you mean tblAuthorsEditors, yes AuthorEditorID would be the lookup field (on a form this would be a combobox control).
As orange points out, experienced developers avoid lookups in table design. However, since you are restricted from using forms, you don't really have option.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.