Final answer:
When managing a database, numbers can be entered into a text field, but one cannot modify an AutoNumber field, enter text into a numeric field, omit a required field, or add a record with a duplicate primary key.
Step-by-step explanation:
When it comes to data entry and database management, certain rules must be followed to ensure the integrity of the data. Here are the options evaluated for their validity:
-
- Modifying the value of an AutoNumber field is typically not permitted as this field is usually generated by the database system to provide a unique identifier for each record.
-
- Entering text into a numeric field is not accepted since the data types are incompatible. Numeric fields only accept numbers.
-
- Entering numbers into a text field is generally accepted. Text fields can contain both alphanumeric characters and symbols.
-
- Omitting a required field is not allowed. All required fields must be filled in for the record to be complete and accepted.
-
- Adding a record with a duplicate primary key is not valid. The primary key must be unique for each record in the database.
Based on these principles, the only option that will be accepted during data entry is C. Entering numbers into a text field.