Crystal accesses Oracle tables with the format schema_owner.table_name. Just changing the login doesn't update the schema owner. Instead you need to go to the database menu and choose "set location", create a connection to the QA schema, and link the tables from the dev schema to the corresponding tables in the QA schema.
-Dell