QueryTransformer
Using the VB ActiveX example at the bottom of this page
http://www.activedbsoft.com/helpdesk/index.php?pg=kb.page&id=95
I'm trying to create a DF version and am struggling a bit with a couple of things
t.Filters.Clear
I can get the Filters property if the QT but which object is it FilterJunction etc ?
t.Where column0.Not_Equal(100)
The Where of the QT returns a variant in DF what if anything should I be doing with this ?
My first attempt hasn't changed anything after the EndUpdate but I'm sure i've not got things quite right
Thanks
So, what did you read from the t.SQL property after your manipulations? Did you change anything in that sample? If yes, can you provide the modified source code in full? Note that there shouldn't be any changes in the UI, it is only suitable for programmatic SQL changes.