Open the tblExhibit table in Design View and do the following:
5.1.1 Change the City field size to 50 - NSC Computer Application Technology - Question 5 - 2019 - Paper 1
Question 5
Open the tblExhibit table in Design View and do the following:
5.1.1 Change the City field size to 50.
5.1.2 Change the format of the GalleryName field to always d... show full transcript
Worked Solution & Example Answer:Open the tblExhibit table in Design View and do the following:
5.1.1 Change the City field size to 50 - NSC Computer Application Technology - Question 5 - 2019 - Paper 1
Step 1
5.1.1 Change the City field size to 50.
96%
114 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
In Design View, select the City field and change its Size property to 50. This ensures the field can accommodate longer city names.
Step 2
5.1.2 Change the format of the GalleryName field to always display the data in uppercase.
99%
104 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
Select the GalleryName field and set the Format property to 'Uppercase'. This will ensure that any inputted data is displayed in uppercase letters.
Step 3
5.1.3 The PostCode field should always contain four digits.
96%
101 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
Change the data type of the PostCode field to 'Short Text' and set the Input Mask to '0000' to enforce four-digit entries. Ensure that the validation rules are added to restrict the input to exactly four characters.
Step 4
5.1.4 The stock in the gallery should be insured for 25% more than the total value.
98%
120 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
Add a new field called 'Insure' and set its data type to 'Calculated'. Use the formula:
Insure=TotalValue∗1.25
This calculation ensures the insured value reflects 25% more than TotalValue.