LeanneGodney
Technical User
Hi there,
Do you know if it's possible to have a recordset (perhap a disconnected one) and be able to create another recordset based on a select of the first one?
i.e.
dim FirstRS as new adodb.recordset
firstrs.open "Select string",connection etc etc
Then I'd want to do something like this:
dim SecondRS as new adodb.recordset
secondrs.open "Select distinct TradeRef from firstrs", etc etc
Is this possible?
Thanks in advance,
Leanne
Do you know if it's possible to have a recordset (perhap a disconnected one) and be able to create another recordset based on a select of the first one?
i.e.
dim FirstRS as new adodb.recordset
firstrs.open "Select string",connection etc etc
Then I'd want to do something like this:
dim SecondRS as new adodb.recordset
secondrs.open "Select distinct TradeRef from firstrs", etc etc
Is this possible?
Thanks in advance,
Leanne