Re: append query record repeats
- From: jason.kohout@xxxxxxxxx
- Date: 13 Oct 2006 16:04:10 -0700
Thanks for the help, but I think I've got it now. Jason
jason.kohout@xxxxxxxxx wrote:
SQL (I'm a beginner, so this is from the grid):
INSERT INTO Individuals ( Firstname, Lastname, YOB, PhoneNumber,
AddressLine, City, Zip5, Zip4 )
SELECT import2.Firstname, import2.Lastname, import2.YOB,
import2.PhoneNumber, import2.AddressLine, import2.City, import2.Zip5,
import2.Zip4
FROM import2;
.
- References:
- append query record repeats
- From: jason . kohout
- Re: append query record repeats
- From: pietlinden
- Re: append query record repeats
- From: jason . kohout
- append query record repeats
- Prev by Date: Re: Access Expression
- Next by Date: Re: if null or zero
- Previous by thread: Re: append query record repeats
- Next by thread: Re: split text in access 2000
- Index(es):
Relevant Pages
|