Re: Need help creating temporary table from filter
- From: "tina" <nospam@xxxxxxxxxxx>
- Date: Tue, 14 Feb 2006 00:37:57 GMT
you're very welcome :)
"Darhl Thomason" <darhlt@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:OAe4NiKMGHA.1676@xxxxxxxxxxxxxxxxxxxxxxx
OK, so I've played with both and I agree that doing it with a new selectlot
query is the way to go.
So, now that I have the data for the email messages, I'm planning on using
For Each/Next to parse through the records to create/send the messages.
Thanks a lot for your advice! It's highly appreciated.
Darhl
"tina" <nospam@xxxxxxxxxxx> wrote in message
news:ZMWHf.386323$qk4.206050@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
using a query to pull a subset of existing table data usually makes a
youmore sense than either 1) repeatedly creating/deleting a temp table,
inside
or outside the database, or 2) adding/deleting records to an existing
"holding" table.
if your process didn't use For Each/Next loops on tblTemp, why should
andneed to do that when you substitute a SELECT query? as i said before,
newas
Marsh said elsewhere in this thread, you can probably use the query
*exactly
the same way as you were using tblTemp*. "At least give it a try before
launching off into all this
temp table stuff." <from Marsh's post>
hth
"Darhl Thomason" <darhlt@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:uqtfhwEMGHA.208@xxxxxxxxxxxxxxxxxxxxxxx
Would that be more efficient than putting it in a temp table?dataset
I'm currently reading up on For Each/Next loops to parse through the
(I'll use that because it should work instead of an extra table or a
"formrecordset). Is that the best way? I'm also thinking of Do While notyou
dataset.EOF to parse through.
Thanks again,
Darhl
<snip>
a SELECT query returns a specific dataset, which is what you get when
work with a table. have you tried using the SELECT query in your
letter email" process, *instead of * tblTemp?</snip>
.
- 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
- Re: 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
- Need help creating temporary table from filter
- Prev by Date: Re: Halt code execution until requery is finished.
- Next by Date: Re: Help?! Subform's child link field not synchronizing after new record added
- Previous by thread: Re: Need help creating temporary table from filter
- Next by thread: Re: Code wont work in ADP
- Index(es):
Relevant Pages
|