PC Review


Reply
Thread Tools Rate Thread

Append Query, right or wrong way

 
 
New Member
Join Date: Jan 2009
Posts: 4
 
      6th Jul 2009
Using 2003, I am trying to get data to populate and am having trouble. I have imported an excel spreadsheet (into its own table) and I have an existing table that contains the same columns (for the most part) but with no data yet.

I have a table that is the primary record for a list of store numbers. I am using the unique ID in that table to link all my tables. I need for Access to find all store numbers (in the excel spreadsheet table) and add all that information into my other table, but the tricky part is that the store numbers do not "live" in that table. I have done an append query using an INSERT INTO statement. This works, as my table now has this information but it is not showing up under that store number.

How do I get it to find the store number and then popluate all the data?

Below is the INSERT INTO statement (if needed):

INSERT INTO tblFLALOGData ( strStoreNumber, dtmReceived, strBilledAmount, strAssignedTo, strPaidAmount, dtmResolved, memNotes, strLinkToDocumentInELL )
SELECT tblAuditERMLog.strStoreNumber, tblAuditERMLog.dtmReceived, tblAuditERMLog.strBilledAmount, tblAuditERMLog.strAssignedTo, tblAuditERMLog.strPaidAmount, tblAuditERMLog.dtmResolved, tblAuditERMLog.memNotes, tblAuditERMLog.strLinkToDocumentInELL
FROM tblAuditERMLog;
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Append Query, right or wrong way Larissa Microsoft Access Queries 0 6th Jul 2009 10:10 PM
Append query - Append to table with Autonumber field Boon Microsoft Access Queries 2 29th Jun 2009 06:23 PM
Append query to append lots of record with range input domibud Microsoft Access Queries 7 9th May 2008 02:26 AM
Append Query in VBA - to append VBA variable values to Access tabl =?Utf-8?B?QWdlbnQgRGFnbmFtaXQ=?= Microsoft Access VBA Modules 4 1st Nov 2006 04:25 PM
Link CSV file created query append query to append data =?Utf-8?B?ZXNwYXJ6YW9uZQ==?= Microsoft Access Queries 2 5th Jul 2005 04:49 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:56 PM.