can anyone help how to save using this code below.?
i used adodc recordset
with adodc1
.ConnectionString = connectdb
.RecordSource = "Select * from 'tablename'"
.Refresh
'dont know the next action
end with
'what does this code mean?