Computer Science, asked by himanshupassey26, 1 year ago

Write the possible values for required field property in MS- Access

Answers

Answered by dipudas1
2
Set the field's Required property to Yes    You can do this by opening the table in Design view. This method is easy and a good choice if you only want to change one field one time.

Use a data-definition query that creates a non-null index on the field    You can do this by using SQL view. This method is not as easy as using Design view, but has an advantage: you can save the data-definition query and use it again later. This is useful if you periodically delete and re-create tables and want to require values for some of the fields.




#hope this answe
Answered by Anonymous
2
HEY MATE HERE'S YOUR ANSWER ;

Field size property. After you create a field and set its data type, you can set additional field properties.
The field's data type determines which other properties that you can set.

For example, you can control the size of a Text field by setting its Field Size property.

Default value. You can set a default value for Number, Text, Memo, Date, Hyperlink, Currency and Yes/No fields.

When you set a default value for a field, Access will automatically enter this value when no value is supplied for the field.
You can set a default value in the same place where you set the required property.


Hope it helps u ✌
Similar questions