0

I have set up an Access database and now I am trying to import data into the Access database table from the SQL database. The Access database table is empty right now and I am trying to import the data from the SQL database with only a key value. For example, I only want to import the data that meets the following criteria.

Select * from myTable where UserID = 1234

I have set up the ODBC link to the table. I have been looking for ways to do this, but haven't found anything good.

Update

Figured it out and for anyone who might need to know how to do this, here are the steps.

 Create -> Query design -> Select the source table -> Select the desired columns -> Click "Append" -> Select the destination table -> Enter criteria -> click "Run"

1 Answer 1

2

Create an Access Append Query which uses the ODBC linked SQL Server table and writes the data to the Access Table. In the query, make sure you include your Where clause

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.