Can anyone help me with the ODBC add-in worksheet function SQLRequest.
I am hoping to use this to return a single-cell result from a local Access database. I am trying to avoid the use of VBA (because of my limited experience with development and trouble-shooting), and was optimistic that the SQLRequest function could help.
Have found some documentation on the MS KB, but does not show any examples of the function or ANY of the arguments [ConnectionStr, QueryText, OutRef, DriverPrompt, ColNamesLogical].
Any help, example or a shove in the right direction would be greatly appreciated. Thanks.