J
Jon James
I need to write a macro that will query an SQL table and return a small number of records (no more than 10-15) into an array. Something like
Dim strConnection As Strin
strConnection = "C:\Bills\NTSERVER OrderData qryBills.odc
qstrString = "SELECT ClientCode, ClientName, MatterCode, Description, BillNo, Narrative, OSAmount FROM strConnection WHERE ClientCode = B0002 ORDER BY Narrative ASC
The client code 'B0002' will be a varable that the document will have already picked up
I can't seem to make this work
Dim strConnection As Strin
strConnection = "C:\Bills\NTSERVER OrderData qryBills.odc
qstrString = "SELECT ClientCode, ClientName, MatterCode, Description, BillNo, Narrative, OSAmount FROM strConnection WHERE ClientCode = B0002 ORDER BY Narrative ASC
The client code 'B0002' will be a varable that the document will have already picked up
I can't seem to make this work