Microsoft Lists How-To Guide for Task 3
Access Microsoft Lists on iPad
Use Microsoft Lists in a web browser.
- Open Safari or Edge.
- Go to
https://office.com/launch/Lists. - Sign in with your school Microsoft account.
- Open Microsoft Lists.
- Use the browser version for the task. Do not use the retired Lists mobile app.
Create the List
- Select New list.
- Choose Blank list.
- Name it
Task 3 Equipment Loans - Firstname Lastname. - Add a short description:
Single-table database for tracking school equipment loans. - Choose a colour and icon if available.
- Create the list.
Rename the Title Column
Microsoft Lists starts with a default Title column. Use it for the item name.
- Open the list.
- Select the
Titlecolumn heading. - Open column settings.
- Rename it to
ItemName.
Add the Primary Key Equivalent
- Add a new column.
- Choose Single line of text.
- Name it
LoanID. - Open column settings.
- Set the column to required.
- Set it to enforce unique values if this option is available in your settings.
- Use values such as
LOAN-001,LOAN-002,LOAN-003.
If unique values are not visible in the simple column panel, check the full column settings or list settings. If it is not available in the test environment, clearly document that LoanID was designed as the unique identifier and keep all LoanID values different.
Add Suitable Data Types
Create columns that match the kind of data being stored.
| Information | Suitable Microsoft Lists column type |
|---|---|
| Short names or codes | Single line of text |
| Longer notes | Multiple lines of text |
| Fixed options | Choice |
| Dates | Date and time |
| True/false status | Yes/No |
| Money | Currency |
| Whole numbers | Number |
Enter Sample Data
- Select New.
- Enter one loan record.
- Save.
- Repeat until you have at least 12 records.
- Include a mix of returned and unreturned items.
- Include at least two overdue examples.
- Include at least one damaged or follow-up example.
Create a Query View
A query in this task means a saved view that filters, sorts, groups, or selects records.
- Start from your list.
- Filter or sort using the column headings.
- Choose the columns that should be visible.
- Open View options.
- Save the view with a clear name.
Useful query view names:
- Current Loans
- Overdue Loans
- Year 12 Loans
- Damaged or Follow Up
Create a Report View
A report view is designed for reading and evidence.
- Create or open a useful view.
- Hide unnecessary columns.
- Keep important fields visible.
- Sort or group the records to make patterns clear.
- Save with a report-style name, such as
Weekly Loan Summary. - Capture screenshot or print/PDF evidence if instructed.
Improve the Visual Interface
Make the database easy for a user to navigate.
- Use clear view names.
- Put important fields near the start.
- Hide columns that are not needed in each view.
- Keep form fields in a logical order: ID, item, borrower, dates, status, condition, notes.
- Use choice fields so users do not type inconsistent values.
- Test the form on iPad in the browser.
Common Mistakes
- Using only text columns for everything.
- Forgetting a unique key field.
- Creating filters but not saving them as views.
- Making report views too wide to read.
- Leaving
Titleas a vague field name. - Not entering enough sample records to test the views.
- Writing documentation that only describes the task instead of explaining the actual database built.