How is this possible to add controls to the sections and controls parts of a data report in code without having added the controls to the form initially?
If you are designing a report linked to a recordset that will return data based on the parameters entered, it does not make sense to have set up the report with a no of labels and textboxes when you don't know how many columns will be returned until the stored procedure has run based on the input passed in by the user?
I have spent the last 2 weeks trying to solve the problem, but to no avail.
:-I
If you are designing a report linked to a recordset that will return data based on the parameters entered, it does not make sense to have set up the report with a no of labels and textboxes when you don't know how many columns will be returned until the stored procedure has run based on the input passed in by the user?
I have spent the last 2 weeks trying to solve the problem, but to no avail.
:-I