I know there is probably and easy way to do this but I can not think of it.
I would like the user to select a report then I need to assign the class acosiated with the reports
so ie
I have reports:
reprints2005
reprints2006
then I have the code
if reports = "reprints2005" then
Dim cr As New reprints2005
elseif reports = "reprints2006 then
Dim cr As New reprints2006
enf if
I want the be able to use the report name they selected to acctually assign cr as appose to a big if statement
Brought to you By Nedaineum
The Portal to Geek-tum
I would like the user to select a report then I need to assign the class acosiated with the reports
so ie
I have reports:
reprints2005
reprints2006
then I have the code
if reports = "reprints2005" then
Dim cr As New reprints2005
elseif reports = "reprints2006 then
Dim cr As New reprints2006
enf if
I want the be able to use the report name they selected to acctually assign cr as appose to a big if statement
Brought to you By Nedaineum
The Portal to Geek-tum