I'm trying to open specific form of MS Access by system Exec. vi but it did not succeed. When I'm writing the command line C:\Program Files\Microsoft Office\Office\Msaccess.exe file.mdb I'ts o.k But it's will be great if I can open lower level object. Thanks
Why not use ActiveX? You can get more accurate control of Acess, you just need to open an automation (under communication function palette) select Access object library and manage anything with property and invoke nodes. Hope this helps
You can find some in NI web site, for example: http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/f763aa1d7cd3c83d862568e8007c51cd?OpenDocument Hope this helps