Re: Recordset in Memory
- From: "Michael" <Michael@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 21 May 2005 08:09:01 -0700
I just realized I did not fully explain my problem (sorry). I need to create
a multi-record recordset where the recordset's fields are calculated from
code, then I need to create other recordsets which need to loop through the
initial recordset's records.
I'm currently saving the initial recordsets records to a temporary table and
then accessing that table with the other recordsets. My question is can I do
all this (in memory) without having to save the initial recordset to a table.
Sorry for the confusion.
Thanks,
Michael
"Brian Stoll via AccessMonster.com" wrote:
> For Ex:
>
> Private Sub someThing_someFunction()
> Dim dbs As DAO.Database
> Dim rstRecord As DAO.Recordset
>
> CODE CODE CODE CODE CODE CODE
>
> Exit_someThing_someFunction:
> Set dbs = Nothing
> rstRecord.Close
> Exit Sub ' Or "Resume Next" if it's right before the "End Sub"
> End Sub
>
> --
> Message posted via http://www.accessmonster.com
>
.
- Follow-Ups:
- Re: Recordset in Memory
- From: Brian Stoll via AccessMonster.com
- Re: Recordset in Memory
- From: John Nurick
- Re: Recordset in Memory
- References:
- Recordset in Memory
- From: Michael
- Re: Recordset in Memory
- From: Brian Stoll via AccessMonster.com
- Recordset in Memory
- Prev by Date: Re: Slit String
- Next by Date: Open File Dialog - Access 2000
- Previous by thread: Re: Recordset in Memory
- Next by thread: Re: Recordset in Memory
- Index(es):
Relevant Pages
|