Your association needs to be many to many. Otherwise, the association can only store one employer. If you have a many to many association, you can have a multi select page on your reference selector. If you want to have the dropdown solution, you could work with multiple associations or with a list of association objects between your entity and account (To be able to dynamicly add more Employers if needed).