Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help Importing From SQL to Access

Status
Not open for further replies.

mattm31

Technical User
Mar 9, 2005
79
0
0
GB
I'm try to import data from a SQL table to
a access table using DTS. But i only want
it to import if the Contract_No in the SQL
table is not in Access table which is the primary
key in each table.
I have set the DTS up to do a straight import but
where can i tell it to check the Contract_No field.

Can someone point me in the right direction.
 
Hi,

Use openrowset, see BooksOnLine.

Regards
/Mattias
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top