Hi All
I have a table containing schools. I have another table that contains sets of enrollment data which have been collected for these schools. These sets of enrollment may be collected on several different dates, but all the records with the same date, belongs to the same "collection set", if you will.
Would it be possible to create an update query that prompts the user for a date parameter and then matches the set of enrolment records tied to that date and enters the enrolment data for that school into fields in its record in the school table? I don't want to waste hours trying this if there are good reasons why it won't work in principle.
Cheers
Beem
I have a table containing schools. I have another table that contains sets of enrollment data which have been collected for these schools. These sets of enrollment may be collected on several different dates, but all the records with the same date, belongs to the same "collection set", if you will.
Would it be possible to create an update query that prompts the user for a date parameter and then matches the set of enrolment records tied to that date and enters the enrolment data for that school into fields in its record in the school table? I don't want to waste hours trying this if there are good reasons why it won't work in principle.
Cheers
Beem