T
Tom B.
I have an application in which I get information from a number of different
tables and queries. I wind up with a recordset of about 8rows and 11 columns.
When I view it in the Immediate window, everything looks fine. However, when
I try to write it to a form in which I have one row of textboxes, I cannot
get the form to expand the number of rows shown. The form only displays the
one row with data from the last record in the recordset showing in the
Immediate window. How can I display a varying number of records in the form?
tables and queries. I wind up with a recordset of about 8rows and 11 columns.
When I view it in the Immediate window, everything looks fine. However, when
I try to write it to a form in which I have one row of textboxes, I cannot
get the form to expand the number of rows shown. The form only displays the
one row with data from the last record in the recordset showing in the
Immediate window. How can I display a varying number of records in the form?