Export Access DB into SQL DB

J

Joe Fallon

Yes.
Not hard.

Oh.... you wanted some details?
1. Build the same table in SQL Server.
2. Link to it in Access.
3. Write a query and append the Access data to the new linked SQL Serve
table.
 
Top