← Bionic Forms

Northwind, running in your browser

No download, no install, no account, no email · checked 31 August 2026

Every other Northwind is a file you have to run first — a .sql script against a server, a .bak to restore, an Access template to open in Access. This one is a link.

Open Northwind →

What you get

Microsoft made Northwind to teach with: the sales records of a fictional specialty-food importer called Northwind Traders. This is that data, rebuilt as a working application rather than a set of tables:

CollectionWhat is in it
CustomersCompanies, contacts, addresses
OrdersDates, shipping, the customer and employee behind each one
Order detailsThe lines: product, unit price, quantity, discount
ProductsPrices, stock, the supplier and category each belongs to
Suppliers, Categories, Employees, ShippersThe rest of the model, linked up

Open a customer and their orders are on the page. Open an order and its lines are on the page. That is the part a table dump cannot show you, and it is the reason Northwind exists as a teaching set at all: the relationships are the lesson.

Things worth trying

The honest limits

Why bother rebuilding it

Northwind is the database almost everyone evaluating a tool already knows, which makes it the fairest thing to show. You are not being sold a demo built to flatter the product; you are looking at a model you can already check against your own memory of it.

Open Northwind →

Brought your own data instead? Paste a Google Sheet link or drop a .csv on /access and get the same thing built from your records — every tab read, not just the first (what happens to each tab). Or tell us what your current system does and we will build a working version and show you. No fee and no card — what we build fits the free plan.

Northwind and Microsoft Access are trademarks of Microsoft Corporation; we are not affiliated with Microsoft. The Northwind dataset is Microsoft’s own published sample, used here as the teaching set it was made to be.