First of all, I am very new to Crystal Reports, so please bear with my ignorance of it's functionality. I have a CR10 report called from VB. I have an ADO Recordset that is populated with an SQL statement:
select serial_number, latest_status, action_date from main_table, action_table
In the sql, the serial_number and latest_status come from the main_table and the action_date comes from the action_table.
In my report, I created an ADO connection to the server to get the fields to place on my report. If I only select the main table, my report is populated from my recordset correctly. If I try to add the action_table in my report, I get a login failed, null password given error.
I was wondering if there is anyway to get the report to just accept the recordset data for the action_table field without trying to log on to the server.
Thanks for any help
kellytim
select serial_number, latest_status, action_date from main_table, action_table
In the sql, the serial_number and latest_status come from the main_table and the action_date comes from the action_table.
In my report, I created an ADO connection to the server to get the fields to place on my report. If I only select the main table, my report is populated from my recordset correctly. If I try to add the action_table in my report, I get a login failed, null password given error.
I was wondering if there is anyway to get the report to just accept the recordset data for the action_table field without trying to log on to the server.
Thanks for any help
kellytim