hey there!
I created a VB6 Application and a report wizard that lets a user to select parameters that he/she wants to appear on the report. the parameters are actually fields from an MS Access table with more than 20 fields. the user may select to compose a report using only,say 2, parameters or even 19,now I want the report to AutoCreate the textboxes accordingly with the number of parameters chosen, I don't want to create the textboxes myself,the problem comes where the I have to create them during runtime how can I go about this?
Iam using:VB6,MSAccess and DataEnvironment
I created a VB6 Application and a report wizard that lets a user to select parameters that he/she wants to appear on the report. the parameters are actually fields from an MS Access table with more than 20 fields. the user may select to compose a report using only,say 2, parameters or even 19,now I want the report to AutoCreate the textboxes accordingly with the number of parameters chosen, I don't want to create the textboxes myself,the problem comes where the I have to create them during runtime how can I go about this?
Iam using:VB6,MSAccess and DataEnvironment