Multiple choice Which property will you set to force the user to enter value in a field? Format Default Value Required Indexed Reveal answer Fill a bubble to check yourself C Correct answer Explanation The Required property forces users to enter a value in a field - it cannot be left blank. Format controls display appearance, Default Value provides an automatic value, and Indexed improves search performance but doesn't enforce data entry.