Hi guys
I've created a simple database application in Visual Studio 2010 that updates a Crystal Report. Everything runs fine before deployment;
(when I update the Access database located in the Bin\Debug folder, the changes are reflected on the report which is also connected to the file at that location).
However, when I deploy the report (with the database added to the installation files), I can still update the database as normal, but the changes aren't reflected on the Crystal Report.
Can anyone help?