| Lesson 4 | Entering and editing data in a datasheet |
| Objective | Enter and edit data in a datasheet. |
The legacy lesson contains the right core skills (new record row, Tab/Enter navigation, automatic saves, editing techniques, and Yes/No checkbox behavior). However, it includes a long diversion into “Persisted Recordsets” and ADP-era concepts that do not support the lesson objective and can confuse learners. Modern Access training should focus on Datasheet View behaviors, how and when Access commits changes, safe editing patterns, and quick productivity shortcuts. This rewrite removes the off-topic recordset caching discussion, keeps the practical guidance, and modernizes the language for Access (Microsoft 365 / Access 2021+).
Entering data in a datasheet is straightforward: click into the new record row (the blank row at the bottom, often marked with an asterisk *) and start typing.
Use these keys to move efficiently while entering records:
Saving in Access works differently than Word or Excel because you are working with a database. You typically save two different things:
Practical tip: if you want to ensure Access commits a record, move to another row after entering values.
Some fields appear as a checkbox instead of a typing area. This indicates the field uses the Yes/No datatype. You can toggle the value by clicking the checkbox, or by pressing the Spacebar when the field is selected.
To edit a value, click the field and type your changes. If the entire field is selected and you need to place the cursor inside the text (instead of replacing the entire value), press F2 to switch into edit mode.
These shortcuts help when entering many records:
Best practice: enter a few sample records first, then confirm field types and field names before you input large volumes of data. Fixing design issues early prevents rework later.
Click the Exercise link below to practice creating a table and entering/editing data in Datasheet View.
Data in Datasheet - Exercise