Hi
I'm hoping that someone can give me some advice on a problem I have been presented with.
We have a VB5 application that has about 11-12 different data entry forms. When the application starts the user is presented with a list of marketing campaign codes. They select one of these codes which then loads the form related to that campaign and they do the data entry.
The problem I have is that marketing create a number of campaign codes that use the same form. We have about 35 codes in total.
I have setup a table in the database that provides the relationship between the form and the campaign code. How do I go about loading the specified form from a string variable? Is it possible?
I have explored using collection and object variables, but these all seem to require the actual form object as a parameter instead of just the name.
Hope someone can help.
Thanks
Phill
I'm hoping that someone can give me some advice on a problem I have been presented with.
We have a VB5 application that has about 11-12 different data entry forms. When the application starts the user is presented with a list of marketing campaign codes. They select one of these codes which then loads the form related to that campaign and they do the data entry.
The problem I have is that marketing create a number of campaign codes that use the same form. We have about 35 codes in total.
I have setup a table in the database that provides the relationship between the form and the campaign code. How do I go about loading the specified form from a string variable? Is it possible?
I have explored using collection and object variables, but these all seem to require the actual form object as a parameter instead of just the name.
Hope someone can help.
Thanks
Phill