When I try to run a report setting the Connection Info as described above,it throws an Error message "Invalid Connection String"Code:Set ConnectionInfo = crReport.Database.Tables(1).ConnectionProperties ConnectionInfo.Item("DSN") = dsn_name ConnectionInfo.Item("User ID") = user_name ConnectionInfo.Item("Password") = pass_word
Can anybody please tell me where I went wrong.
Thanks




Reply With Quote