joelindquist
MIS
Here's the deal. I am building a knowledge base for my employer. One of the requirements is that it has a Boolean search tool (term1 and term2 or term3 not term4). I've successfully coded a function in PERL which parses the input, and generates a SQL query from the input string.
With help from MichaelRed, I've got the VB pretty much done, I am just stumped by getting the input string from form VBKEY, and by executing the dynamically created query. I will then need to populate a combo box with the query results.
It's probably pretty simple, but I am just learning VB.
Thanks for any advice, Joe
With help from MichaelRed, I've got the VB pretty much done, I am just stumped by getting the input string from form VBKEY, and by executing the dynamically created query. I will then need to populate a combo box with the query results.
It's probably pretty simple, but I am just learning VB.
Thanks for any advice, Joe