Re: Need help creating temporary table from filter
- From: "Darhl Thomason" <darhlt@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 12 Feb 2006 19:18:14 -0800
Would that be more efficient than putting it in a temp table?
I'm currently reading up on For Each/Next loops to parse through the dataset
(I'll use that because it should work instead of an extra table or a new
recordset). Is that the best way? I'm also thinking of Do While not
dataset.EOF to parse through.
Thanks again,
Darhl
<snip>
a SELECT query returns a specific dataset, which is what you get when you</snip>
work with a table. have you tried using the SELECT query in your "form
letter email" process, *instead of * tblTemp?
.
- Follow-Ups:
- References:
- Need help creating temporary table from filter
- From: Darhl Thomason
- Re: Need help creating temporary table from filter
- From: tina
- Re: Need help creating temporary table from filter
- From: Darhl Thomason
- Re: Need help creating temporary table from filter
- From: tina
- Need help creating temporary table from filter
- Prev by Date: Re: Passing a value to a query
- Next by Date: Re: Need help creating temporary table from filter
- Previous by thread: Re: Need help creating temporary table from filter
- Next by thread: Re: Need help creating temporary table from filter
- Index(es):
Relevant Pages
|