how can I export linked tables to excel? Hi All, I have to linked tables I wish to export to excel. What code do I need to do so? = "SELECT SIR.* FROM ICP " & _ "INNER JOIN (SIR INNER JOIN SIRperIR " & _ "ON SIR.Id_SIR = SIRperIR.SIR) " & _ "ON ICP.Id_ICP = SIRperIR.IR " & _ "
how can I export linked tables to excel? Hi All, I have to linked tables I wish to export to excel. What code do I need to do so? = "SELECT SIR.* FROM ICP " & _ "INNER JOIN (SIR INNER JOIN SIRperIR " & _ "ON SIR.Id_SIR = SIRperIR.SIR) " & _ "ON ICP.Id_ICP = SIRperIR.IR " & _ "
how can I export linked tables to excel? Hi All, I have to linked tables I wish to export to excel. What code do I need to do so? = "SELECT SIR.* FROM ICP " & _ "INNER JOIN (SIR INNER JOIN SIRperIR " & _ "ON SIR.Id_SIR = SIRperIR.SIR) " & _ "ON ICP.Id_ICP = SIRperIR.IR " & _ "
Get Excel Data All, Using VB 6.0, I need to get the data out of an Excel sheet and insert it in an existing Access table. I'd like to do this strictly through VB rather than start an instance of Access and use the function. Any pointers? Thanks,
Missing Excel Data I am reading Excel Data into a Dataset in VB.net using the following code: Dim MyDataset as New Dataset() Dim strConn As String = Data Extended 8.0;HDR=YES'" Dim mySingleData
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum