G
Guest
I have a database of students with unique ID numbers. When they complete an
assignment, their results are caluclated in an Excel Spreadsheet. I want to
import the scores to matching fields in my database. so I want to do an
export or import (whichever is easiest), match to the unique ID and then fill
in the fields.
It's not an update query, because I'm not replacing data and it's not an
append query because I'm not adding new records. I just want to match the
record and then fill in the fields.
Any suggestions?
assignment, their results are caluclated in an Excel Spreadsheet. I want to
import the scores to matching fields in my database. so I want to do an
export or import (whichever is easiest), match to the unique ID and then fill
in the fields.
It's not an update query, because I'm not replacing data and it's not an
append query because I'm not adding new records. I just want to match the
record and then fill in the fields.
Any suggestions?