Merging Two Tables - TechRepublic
Question
April 2, 2008 at 12:23 PM
joshgamble

Merging Two Tables

by joshgamble . Updated 18 years, 3 months ago

Hi,

I need to figure out what is the easiest way to do this is. I have two tables that have the following columns:

TABLE 1
AcctNbr, GiftRef, Gdate, PayCode, Amt

Table 2
GiftRef, Amt, MotvCode, FundId

I need to merge the two tables with GiftRef being the common table between them. I have exported the tables from MSSQL to Access and am wondering what the easiest way to do this is. Is there an SQL Query that can merge the two tables on export by GiftRef? Is it easier to do this in Access now that I’ve exported the two Tables? Any help on this would be awesome. Thanks.

This discussion is locked

All Comments