I am fairly new to using forms in MS Access and was just wondering if the following concept can be done.
Let's say I have a table, each row containing 5 cells, each cell containing a TextBox
By default, I want only 1 row showing... but I want to have a Button that allows me to add an additional row every time it's clicked.
Is this something that can be done using VBA? Some other way?