Hi all,
I'm creating a recordset (called KS) using below ADOobject. I want to write
this recordset's data new access table. How can I create new access table
and fill this table with recordset's data?
---------------------------------------------------------------------------
-------------------------------------
Dim VT as New ADODB.Connection
Dim KS As New ADODB.Recordset
VT.Open "Evbisson"
Set KS = VT.Execute("SELECT SUM(?VergiTutary) As Toplam, vergino, Ad, Soyad
&_
FROM Arsa_beyan &_
GROUP BY vergino, Ad,Soyad")