Is it possible to create empty recordsets that have empty rows that could be used for data entry from a form? What I'd like to do is create an empty recordset (based on a table layout) that would not be tied to any table. If necessary, I could see that I might have to specify the maximum number of empty rows (basically identifying the size of the temporary array). Then I would want to use that recordset as the data source for a form, add as many rows of actual data as necessary, and then write the data to the actual table.
This would be especially useful with a form that included a contiuous subform where you would define a separate recordset for the subform and another for the form.
So far I haven't found anything that indicates that it is possible to do something like this. Any help would be greatly appreciated.
Thanks,
Bob
This would be especially useful with a form that included a contiuous subform where you would define a separate recordset for the subform and another for the form.
So far I haven't found anything that indicates that it is possible to do something like this. Any help would be greatly appreciated.
Thanks,
Bob