J
jnavarre
Hello!
I am currently working with SQL.REQUEST and have run into a brick wall. I
have installed the add-in, and am trying to use it to pull information based
on a value in an existing spreadsheet, and for some reason it keeps giving me
#VALUE errors. I would really appreciate any help you could offer me on
this, thank you in advance!
Here is the formula I am using, is there something wrong with it?
=SQL.REQUEST("DSN=xxx;UID=xxx;PWD=xxx;Database=xxx","SELECT 'Course Status'
FROM 'Course Detail View' WHERE ('Course Detail View'.'Course
Code'='"&$A9&"')")
I am currently working with SQL.REQUEST and have run into a brick wall. I
have installed the add-in, and am trying to use it to pull information based
on a value in an existing spreadsheet, and for some reason it keeps giving me
#VALUE errors. I would really appreciate any help you could offer me on
this, thank you in advance!
Here is the formula I am using, is there something wrong with it?
=SQL.REQUEST("DSN=xxx;UID=xxx;PWD=xxx;Database=xxx","SELECT 'Course Status'
FROM 'Course Detail View' WHERE ('Course Detail View'.'Course
Code'='"&$A9&"')")