Forms & Reports
Your database is powerful but the raw table view is ugly and easy to break. Forms let users add data safely. Reports present data clearly. Today you build both.
- Looks like a confusing spreadsheet
- Easy to accidentally delete a row
- All fields visible β overwhelming
- No labels or guidance for users
- Clean, professional layout
- Hard to accidentally delete data
- Can hide fields users don't need
- Can add labels, help text, colour
Part A β Build the Songs Form
Create a form that DataDrop staff can use to add new songs to the database β without ever seeing the raw table.
Songs Entry Form.Switch to Design View (Home β View β Design View) to customise.
Part B β Build the Top Songs Report
Reports present database data in a clean, printable format. You'll create a "Top Streamed Songs" report β the kind of thing a music exec would want on their desk.
Reports are based on queries, not raw tables. First create the query that the report will use.
Top Songs Query.Top Songs Report.- Change the report title to: "DataDrop β Top Streamed Songs"
- Widen the Title column so titles aren't cut off
- Change header background to dark (matching your form)
- Change header text colour to green
Exit Quiz
Download all your answers from every section as a text file β then upload to Google Classroom.
One lesson left. You'll apply everything β build a complete database from scratch, write SQL queries, and present your work to the class.
Go to L6 β Mini Project β