View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] jcharth@hotmail.com is offline
external usenet poster
 
Posts: 2
Default modify query with value in combo box

Is it possible to change the value of sql query with a combo box. for
example change the where statment to a variable in a combo box. where
company = usamobile or something like that.

I found this link
http://www.rdg.ac.uk/ITS/info/traini...s/excel/query/

but it looks like what is doing is filter the result.