← Bionic Forms

I built my own Access database. What would I lose?

A question somebody actually typed at us, answered from the code · 21 September 2026

Somebody running a small club asked us this about their own database — about four thousand records across six tables, forms for data entry, and a few reports they print for meetings. “Can I move it into this, and what would I lose?” Here is the honest list, losses first.

What you lose

What comes across

The data, and the links between your tables. Export each table to CSV and bring them in one at a time, starting with the table the others point at — members before subscriptions, cars before events — because a link is recovered to a collection that already exists. Four thousand records across six tables is a small job, not a project.

You do not prepare anything first. The import creates the collection and names the fields from your own column headers; there is no mapping step to work through. It guesses each column's type and tells you why, and asks exactly one question — when a date column reads two ways, because guessing would write wrong dates silently.

Forms you get for free, generated from the fields. Screens too.

What you gain, since the list above is one-sided

So: should you move?

If your database is a place to keep records that several people need, and the code in it is a few buttons you could live without — yes, and the move is an afternoon.

If what you print is a LIST — the members, who turned up, what is on the shelf — that works now, and this paragraph used to say it did not. It was written on 21 September and the Print button shipped the same day, which is the honest reason it changed.

If what you print is a REPORT — sections, subtotals, a layout you spent an evening getting right — wait. We know it is missing, it is written down, and we would rather you came back in three months than moved now and found out in front of your committee.

Being straight about where we are: Bionic Forms is pre-launch. There is no iOS or Android app; the macOS, Windows and Linux desktop builds and the web app are what exist today, the Windows build is not code-signed yet so Windows warns the first time you run it, and we have no external customers to point at. Every claim on this page was read out of our own source code before it was written, including the five losses at the top.

See what your tables would look like: open the live demo database — no account, no email — or drop a CSV of one table on the Access door and watch it become a collection. Or read how to undo an import that went wrong, the 2 GB limit, or why the shared file keeps corrupting.

If you would rather not do the move yourself: tell us what the database holds and we will build a working version and show you. No fee and no card.