Re: INSERT INTO HELP
- From: "David W. Fenton" <XXXusenet@xxxxxxxxxxxxxxxxxxx>
- Date: Wed, 08 Nov 2006 14:31:27 -0600
"jamesfreddyc" <jamesfreddyc@xxxxxxxxxxx> wrote in
news:1163000500.190485.58510@xxxxxxxxxxxxxxxxxxxxxxxxxxxx:
Query1:
tDate TrapNo Species AmtColl
1/1/2000 E1 TAE 100
1/1/2000 E1 COL 150
1/1/2000 E1 TIT 205
I need to Insert these rows into another table with this setup:
tDate TrapNo TAE COL TIT
1/1/2000 E1 100 150 205
Any suggestions are greatly appreciated!
A crosstab query will create the one row from the 3, and then you
can base the INSERT on the crosstab.
--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
.
- References:
- INSERT INTO HELP
- From: jamesfreddyc
- INSERT INTO HELP
- Prev by Date: RE: returning multiple values in a MAX qry
- Next by Date: RE: returning multiple values in a MAX qry
- Previous by thread: Re: INSERT INTO HELP
- Next by thread: Re: MS Query If..Then
- Index(es):
Relevant Pages
|