Build and run Enroll Step 1. For information on building, see Building the Starter Application in Scribble Lesson 2.
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. Enroll’s database form displays the controls you designed, now filled with data from the current record.
Try a few things:
Note In order to make changes to the fields, you must have write access to the data source.
This completes Step 1 of the database tutorial. In the next lesson, you will learn how to add a second recordset and use it to fill a combo box control on the form.