getting information from multiple variables into a report

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?
 
D

Duane Hookom

I'm not sure what the immediate window has to do with records displaying on a
form. This is even more confusing since this is the "reports" news group.

If this is actually a form question, take it to the Forms Coding news group.
If it is truly about displaying information on a report, then try to provide
additional information. The typical method of displaying information from
tables in a report, is to set the report's record source property to the
table(s)/query.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top