I have two custom tables setup with migxdb, where one of them is containing info about teachers (name, email, image, etc.), while another one is holding different classes and info about them (title, info, description, etc.).
Basically I would like to create and edit both courses and teachers through their own separate cmps and then merge their data to be displayed on an event. The reason for this, is that both classes and teacher information is also displayed elsewhere on the page.
Is it possible to add like listbox fields (as extended fields?) to the events where a course and a teacher can be selected from dropdown lists and the event gets data from the table through that?