By Ms Payal Gupta
Chapter 18-ICT
Data Manipulation
Data Manipulation (MS Access)
While importing files, make sure you select text file and not excel file, as .csv files
are plain text.
When they ask for a set number of decimal places in a field, choose Fixed in Format.
Ensure that the dates displayed in the table are in the correct format under Table
Design view.
To form a relationship between two tables, go to the Relationships section of the
Database Tools tab and choose the required tables.
The calculations will ONLY work if placed in the report footer. If Σ Total is used, then
it appears automatically in the report footer.
Count the number of fields in a =COUNT(\[Primary_field\])
report Always use the primary field as it is the unique
field
By Ms Payal Gupta
Sum of fields in a report =SUM(\[Field_name\])
Average of fields in a report =AVG(\[Field_name\])
Minimum of fields in a report =MIN(\[Field_name\])
Maximum of fields in a report =MAX(\[Field_name\])
) | | Yes | Find values that are Yes/True | | No | Find values that are No/False | |
#01/01/2009# | Find a specific date | | >01/03/2009 | Find dates after a given date | |
<01/03/2009 | Find a date before a given date | | Between 01/03/2009 and
31/03/2009 | Find dates in a given range |