i have a crystal report then i create new connection under Access/Excel, then i select my database.
i add 2 access database say Database1.tbl_employee and Database2.tbl_images.
now i linked the 2 tables from 2 database.
tbl_employee.ID ---- tbl_images.ID
it works well on crystal report the problem is when i call the report from vb its asking for a connection info,
currently i have this code.
but i only declare 1 database connection info on this code.
is there a way to have them both ,, i mean connection info for 2 database.
any help would do.