LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Export from Microsoft Access Database to Excel

Solved!
Go to solution

Then read the Help file for MS Access. It tells you how to do it.

0 Kudos
Message 11 of 14
(1,217 Views)

Create query.png

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 12 of 14
(1,205 Views)

hai yamaeda

  i tried by pasting my query in access and came out with few more doubts

SELECT Serial_Number,System_Date,System_Time,Department,Operator_Name,Serial_Number,Test_Case,Pass_Fail FROM TEST_REPORT  where System_Date = "4-16-2012"; 

when i pass the above query directly in access i could exactly what i need but an error in labview stating that it contains invalid string. " ; are the invalid strings i guess,is there any way to pass them? 

0 Kudos
Message 13 of 14
(1,190 Views)
Solution
Accepted by topic author Sumithra_Nagappan

Hai

I fixed the issue with htis link https://decibel.ni.com/content/docs/DOC-10091. Use of sql statement generated ,it is easy to fetch/sort data as per our requirement.

0 Kudos
Message 14 of 14
(1,161 Views)