Login with Crystal Reports **RESOLVED**
Is there a way to use a CSV file on the local machine to populate the report that doesnt require login information? How would you setup the data source so it will use the one on the local machine? Would I have to pass something from the Application or when I create the report can it do it itself? Each machine is independent of each other and there is no need to go over a network.
Thanks in advance,
Craig Schellenbach
With help from a fellow member here you can skip the login information. When you point it to the database use OLE DB (ADO), then use the Microsoft Jet 4.0 OLE DB Provider. In the database name point it to the correct file, and change the type from Access to Text, and leave Admin in the UserID. Remove anything below if it is there and click next!
Cheers,
Craig Schellenbach