We are currently in a spot. We have an ACCESS database with an extensive reports table. All Reports are developed in Crystal Reports. When we execute these reports each must have a form loaded to capture information to pass pass to the report.

What we want to do is include the form name in the report table (this is trivial) and when we go to execute the program load the report specific form. This will make our ongoing maintenance a snap.

We have tried everything to assign the load & show the form from this string assigned variable. Our problem is solved if someone knows how to get around the following:

lform ="c:\abc\def.rpt"
Set frmNew = NEW lfrom

Help!!!!