I have a sub report which links to the main report via an ID field and this works fine.
The sub report brings up a list of documents and a http link to open IE and display that item. The problem is that I need to get the user name and a permission key from an unlinked table in order to view the document. This table does appear to link in any way to the other tables in the database. Having an unlinked table brings up the 'multiple starting points' error message and the results become unpredictable.
Is there any way to get this data via other means? Perhaps write a separate SQL statement in the Crystal or VB code for example?
The sub report brings up a list of documents and a http link to open IE and display that item. The problem is that I need to get the user name and a permission key from an unlinked table in order to view the document. This table does appear to link in any way to the other tables in the database. Having an unlinked table brings up the 'multiple starting points' error message and the results become unpredictable.
Is there any way to get this data via other means? Perhaps write a separate SQL statement in the Crystal or VB code for example?