03-25-2009 10:32 AM
Is it possible to use MS Access to create reports (the data formatted output report) then use labview to manipulate the data and print the data on the reports formatted in MS Access? OR is there an easier way?
Thanks
Tim Crouse
03-26-2009 02:40 PM
Hello Tim,
I am unfamiliar with MS Access and do not have a copy available to work with. When you create a report, what are you including in it and what is the extension of the resulting report? We may be able to do this a few ways. Either through the database connectivity toolkit, ActiveX connections, or the way you originally suggested with modifying the created report. Let me know and I will help you figure out the best way to attack this.
03-26-2009 02:59 PM
Hey Tim,
You basically need a UDL file to be able to communicate with Access through LabVIEW.
You can see how to do that here
03-26-2009 03:05 PM
I didn't want to use access to output the report, I basically only was going to use access to create the report form then use labview to populate and print the form.
I should also mention that I do have the report generation toolkit, can that be used to create reports that look like an existing ms access report?
In other words how customizable is the report generation tool kit?
03-27-2009 10:54 AM
Tim,
The report generation toolkit can load templates that you previously create and then populate the template with the data you specify. What format do you want to final report to be in and where does the data reside that you want to populate the report with (database, generated by VI, ect.)?
03-27-2009 10:57 AM
03-27-2009 11:07 AM
03-27-2009 11:56 AM
03-27-2009 12:40 PM
03-27-2009 12:53 PM