Build and run DaoEnrol Step 1. For information on building, see Build Scribble, Step 1 in Scribble Lesson 4.
When the CSectionSet
recordset opens, it selects records from the Section table in the Student Registration database. The first record becomes the “current record” in the recordset. DaoEnrol’s database form displays the controls you designed, now filled with data from the current record.
Here are some things to try:
Important You must have write access to the database in order to update records. You can use Windows Explorer to view the database properties and, if necessary, clear the Read-Only check box.
When you finish, exit the program.
This completes Step 1 of DaoEnrol. To continue with this tutorial, see the next topic, Completing the DaoEnrol Tutorial.