Quote:
Originally Posted by sidbrown
I am now trying to run an update query which will copy the previous week's classes. I.e: For a particular week, i want it to look at the previous week and copy the class number for each matching Student ID.
|
If you want to copy (i.e. create new records from existing ones), it's an INSERT query, not an UPDATE.
Please provide information about the table(s) involved (name, columns names, data type).