I am making a simple instructions data base. 2 tables related.
1 for the name of the instructions, 1 for the steps that are part of it.
When I try to add records (steps) it is only allowing a single record per instruction.
Surely something simple stupid on my part,
What you need is to set first 2 fields of Steps table, in your version of database, as a key.
Microsoft Access
Microsoft Access is a rapid application development (RAD) relational database tool. Access can be used for both desktop and web-based applications, and uses VBA (Visual Basic for Applications) as its coding language.