Hi Everyone,
How can I display the full set of a query's results on a form. Example: My query returns n records: OrgID, First, Last, Address, City, State, Zip
I would like to be able to display the results in text boxes on a form. Of course, n can vary with each instance of the query. Currently the query results are only viewable by scrolling through the records because they are all contained in one set of text boxes. I need to be able to view (print) all rows neatly formatted. Also, before printing this form I need to paste some text and sometimes the number n of rows could extend the form onto the next page and sometimes not. Will this create a problem? Should I be working on a Report rather than Form?
How can I display the full set of a query's results on a form. Example: My query returns n records: OrgID, First, Last, Address, City, State, Zip
I would like to be able to display the results in text boxes on a form. Of course, n can vary with each instance of the query. Currently the query results are only viewable by scrolling through the records because they are all contained in one set of text boxes. I need to be able to view (print) all rows neatly formatted. Also, before printing this form I need to paste some text and sometimes the number n of rows could extend the form onto the next page and sometimes not. Will this create a problem? Should I be working on a Report rather than Form?