-
Can somebody tell me if it is possible to create a report with the DataReporter using ADO without a DataControl/Source thingy. ;)
I'm using Access with VB via ADO, and have done the whole lot in code, so am not sure if I can use the DataReporter.
If I can't is it possible to create reports in Access via VB and preview and print them from VB?
If both are possible, which is the best way to go?
-
I can't beleieve this is yet another zero reply! :eek:
Alright if nobody can tell me what I asked, can somebody let me know if there are any free reporting tools out there.
If not what are the best value for money ones out there?
-
The data report uses the dataenvironment to connect to the database. Without this, I doubt you can retrieve values from a db. You could try by using the datareport properties and methods to connect to a db. I just haven't tried.
Zack