I am working on a project that will require me to give the user a list of reports, some of which have a form associated with them. If they select one of the reports with a form, then I need to be able to open the form.
As the list of reports will be different from system to system / user to user, I have to be able to open the forms without hard coding the names.
According to the VB4(32 bit) help, 'You can use a Form's Name property with the Dim statement at Run-Time to create other instances of the form...', but I cannot find any examples as to how this is done.
As the list of reports will be different from system to system / user to user, I have to be able to open the forms without hard coding the names.
According to the VB4(32 bit) help, 'You can use a Form's Name property with the Dim statement at Run-Time to create other instances of the form...', but I cannot find any examples as to how this is done.