Bdougr,
Thanks for the reply, but it's a little over my head.
Maybe I should give some more info. We store test parameters in a MSAccess database.
Using LabView 7.1, I would like to retrieve a "record" or row based on a primary key (our part#)from a .mdb file and then use that data as my test parameters, I do not want to use the row# or record#. The database contains several tables so I also need to get to the specific table.
I have figured out how to get a "feild" or the hole thing but I don't know how to return just one specific row.
I have tried Select data, Fetch, Fetch all and Execute query VIs without success. Would "Execute query" be the way to do it? If so, what would be the correct SQL syntax to retrieve a record base on its primary key?
Jim