View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
localhost localhost is offline
external usenet poster
 
Posts: 2
Default Query SQL Server On Entry

Please tell me if this is possible... A cell receives an ID number
entered by the user. Upon update of the cell, I'd like to query a view
in a SQL server database. If the entered ID exists, a value (say "X")
is placed in another cell, else, a different value (say "Y") is placed
in another cell.

Where should I start when developing interactive MSSQL queries from
Excel?

MS Excel 2002 SP3.


Thanks in advance.