A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Running & Setting Up Queries
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

append query record repeats



 
 
Thread Tools Display Modes
  #1  
Old October 13th, 2006, 10:03 PM posted to microsoft.public.access.queries
[email protected]
external usenet poster
 
Posts: 4
Default append query record repeats

I am using an append query to append 15 records to a table. Access
wants to append those records 1000's of times. Every field in the
importing table is used, but the table that I'm importing to has more
fields than the importing table. Please help,

Jason

  #2  
Old October 13th, 2006, 10:15 PM posted to microsoft.public.access.queries
KARL DEWEY
external usenet poster
 
Posts: 10,767
Default append query record repeats

Post the SQL of your query.

" wrote:

I am using an append query to append 15 records to a table. Access
wants to append those records 1000's of times. Every field in the
importing table is used, but the table that I'm importing to has more
fields than the importing table. Please help,

Jason


  #4  
Old October 13th, 2006, 11:00 PM posted to microsoft.public.access.queries
[email protected]
external usenet poster
 
Posts: 4
Default append query record repeats

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;

  #5  
Old October 13th, 2006, 11:26 PM posted to microsoft.public.access.queries
KARL DEWEY
external usenet poster
 
Posts: 10,767
Default append query record repeats

Try running a select query to see how many records it pulls.
SELECT import2.Firstname, import2.Lastname, import2.YOB,
import2.PhoneNumber, import2.AddressLine, import2.City, import2.Zip5,
import2.Zip4
FROM import2;


" 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;


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:31 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.