I’m building a database for a local school.
I have two parent tables (Students & Classes). I am trying to add multiple students to individual classes, however I’m having to do this individually per student, is there a way to either copy and paste or bring in multiple students at a time to individual classes?
Students full name is is the primary column in student table & uses a concatenation formula and class name is primary in class table also using a formula.
Thank you.