I am trying to learn how to use passthrough query's to populate a combo box I have. Either of these 2 commands work so I have a successful connection to the server.
Set rstSeqID = DISTDBC.OpenRecordset(xsql, dbOpenDynamic)
Set qdfTest = DISTDBC.CreateQueryDef("PassThruTest", xsql)
Which should I use and how in the world do I et from here to populating my Combo Box with the results?
Thanks...Toga
Set rstSeqID = DISTDBC.OpenRecordset(xsql, dbOpenDynamic)
Set qdfTest = DISTDBC.CreateQueryDef("PassThruTest", xsql)
Which should I use and how in the world do I et from here to populating my Combo Box with the results?
Thanks...Toga