We have an internal web page that has hyperlinks to all the Crystal Reports (8.0)we have. We have an ASP page that someone designed to pass in the database user name and password. I want to bypass that and just use the Crytal Viewer. When I point the link right to the report the viewer starts and then wants me to add the user name and password for the database. I want to be able to click on the link and open the report without any additional steps. I have identical ODBC connections on the server so that shouldn't be an issue. The only solution I have found is passing the user name and password in the URL string, but I don't want to do that because I don't want the other users to see any password info. ANy ideas???