azcegarman
Member
Hi,
Let me preface this by stating I am a "noob" to VB.Net.
I have a series of reports I am in the process of creating using Crystal Reports (yes, this is also a first time event .. such fun!!). THe question I have is one that I have looked through the forums for a clear (to me) answer
yet havent found one yet.
I have an MS Access application that runs in disconnected mode using a dataset for all data manipulation events. I would like to reference that dataset with Crystal Reports and not have to define a second dataset just for that purpose.
The reasons for using a dataset are two-fold:
First to allow the Crystal Reports to run without being tied to a specific location
Second to insure that the reports are using the most current version of the data being worked with
I wish to keep the degree of complexity down as much as possible thus the interest in using an existing dataset as opposed to creating and maintaining a new dataset.
Is there a way to do that?
If so, could someone provide a detailed explanation for doing this?
If there isnt a way to using a pre-defined dataset, I would appreciate any suggestions on the steps and procedures for the addition of a second dataset.
Thanks!
Let me preface this by stating I am a "noob" to VB.Net.
I have a series of reports I am in the process of creating using Crystal Reports (yes, this is also a first time event .. such fun!!). THe question I have is one that I have looked through the forums for a clear (to me) answer
yet havent found one yet.
I have an MS Access application that runs in disconnected mode using a dataset for all data manipulation events. I would like to reference that dataset with Crystal Reports and not have to define a second dataset just for that purpose.
The reasons for using a dataset are two-fold:
First to allow the Crystal Reports to run without being tied to a specific location
Second to insure that the reports are using the most current version of the data being worked with
I wish to keep the degree of complexity down as much as possible thus the interest in using an existing dataset as opposed to creating and maintaining a new dataset.
Is there a way to do that?
If so, could someone provide a detailed explanation for doing this?
If there isnt a way to using a pre-defined dataset, I would appreciate any suggestions on the steps and procedures for the addition of a second dataset.
Thanks!