I created a test database with 3 tables. I set up the relationships across the 3 tables. So it looks like this
I want to make a form that will input the data. When I create the form and view it. It's blank. From my reading, I can see the reason that it's blank is because there is no data in any of the tables. This is currently an empty test database. How do I make a form that will allow me to start inputting data into the blank database? I do not have any queries set up.