Append Data

L

LD

I am trying to create a grade book for my wife. What I need help with is adding or appending all students to a new assignment. Is there a way I can create a new assignment and assign all students to it without adding them everytime?
 
J

John Vinson

I am trying to create a grade book for my wife. What I need help with is adding or appending all students to a new assignment. Is there a way I can create a new assignment and assign all students to it without adding them everytime?

Yes; an Append query based on your student table and appending to the
assignments table will do this.

Since I have no clear idea of your table structure I hope this
suggestion makes sense; if it doesn't please post back!
 
Top