ICT Project Guide
ICT Project Guide
- Choose an organization (e.g., retail store, hospital, or school) and define its purpose.
- Decide the data you'll collect (e.g., products, sales, customers, staff).
2. Design 6 tables:
- Data Types:
- Name: Text
- Size: Text
- Price: Currency
3. Link tables:
- Drag fields to create relationships between tables (ensure primary/foreign keys are set).
1. Simple Select Query: Extract specific information (e.g., all products priced above $200).
- Use Query Design to select fields and apply conditions.
2. Logical Operators: Add criteria like Price > 200 AND Size = 'Large'.
4. IIF Statement: Use a conditional formula (e.g., Discount: IIF([Price]>200, "Yes", "No")).
2. Customize:
2. Create buttons for easy navigation (e.g., "View Reports," "Open Form").
2. Click External Data > Export > Excel and save the file.
1. Functions:
2. Pivot Tables:
3. Graphs:
4. Database Functions:
5. Descriptive Statistics:
4. Document Everything