1 AQA ICT AS Level © Nelson Thornes Types of data
2 AQA ICT AS Level © Nelson Thornes Data types Is data always words or numbers? No. Here are the data types available in Access. Click on one or more hyperlinks to find out more. TextText, Memo, Number, Date/Time, Currency, AutoNumber, Yes/No, OLE Object, Hyperlink, Lookup WizardMemoNumber Date/TimeCurrency AutoNumberYes/No OLE ObjectHyperlink Lookup Wizard Click here when you have finished investigating data types.here
3 AQA ICT AS Level © Nelson Thornes In a database, what field names would expect data type text? Surname Address line 1 Mode of transport Telephone number* *Click here for more information on telephone numbers or here to continue.here Text
4 AQA ICT AS Level © Nelson Thornes Why is treated as text? Although the data is made up of numbers this is really a code. Telephone numbers used to contain letters as well. Databases can include calculated fields but calculations cannot be formed with telephone numbers. Click here to continue with the presentation.here Telephone number
5 AQA ICT AS Level © Nelson Thornes Memo fields enable you to enter continuous, free response text. You do not have to specify the field length as you would with a text field. The maximum length is 65,535 characters. Click here to continue.here Memo
6 AQA ICT AS Level © Nelson Thornes Number This one is very straightforward. It is used to store numerical data. Remember that Access can use these fields to carry out calculations – a calculated field. Click here to continue.here
7 AQA ICT AS Level © Nelson Thornes You can set these fields to store a date or time or both. The Input Mask lets you choose how you want it displayed. Click here to continue.here Date and Time
8 AQA ICT AS Level © Nelson Thornes Currency fields are the same as numbers but set to 2 decimal places. They also display the currency symbol, for example £, €. Click here to continue.here Currency
9 AQA ICT AS Level © Nelson Thornes This field will automatically number your records. It will not allow duplicates so you could use this field as the key field. Click here to continue.here Auto number
10 AQA ICT AS Level © Nelson Thornes AQA ICT AS Level © Nelson Thornes 2008 A logical field expects the data to be Yes or No, or True or False. Data entry is done by ticking the box using the mouse. James and Maureen have passed, David has not. Click here to continue.here Yes/No
11 AQA ICT AS Level © Nelson Thornes AQA ICT AS Level © Nelson Thornes 2008 This data type enables you to include pictures or sounds in your database. Click here to continue.here OLE Object
12 AQA ICT AS Level © Nelson Thornes AQA ICT AS Level © Nelson Thornes 2008 This will put a hyperlink on your reports, perhaps the subject’s address or a webpage. You may have address as a field but this will enable you to access it. Click here to continue.here Hyperlink
13 AQA ICT AS Level © Nelson Thornes AQA ICT AS Level © Nelson Thornes 2008 A lookup simplifies data entry as you can select from a drop down box. Here, you select the name of the GP without having to type it in. Click here to continue.here Lookup
14 AQA ICT AS Level © Nelson Thornes AQA ICT AS Level © Nelson Thornes 2008 Data on its own has no meaning. 16,31,17,04,20,39 is just a series of numbers. Once processed it becomes information, for example, the data is a string of candidate numbers and marks. The candidate numbers can be looked up to find candidate name. The marks can be looked up in a table of grade boundaries. So the information would be: Robinson, B C Grade Leighton, M U Grade Ahmed, MB Grade Data is input to a computer system and, after processing, becomes information. Summary