I'm sure there is an easy fix but I can't seem to find it. I have a form with a subform, with the intention of allowing the user to add data to the subform which would push it to the table. However, currently my subform is pulling the first record from the table and displaying it. I would like the subform to be blank when displayed to the user, so that data could be added to the form and be pushed to the table.
It seems as if there should be a simple property change that would allow me to change the direction the data is pushed. Any ideas how I can make this happen?