1

I have an Access database that contain linked tables to SQL Server database. Now I Want to change all linked table to link it with local Access Database , it's possible to do that ?

1

2 Answers 2

1

Found the solution for what I want exactly.
This command will link to the Table from another Database:

DoCmd.TransferDatabase acLink, "Microsoft Access", "D:\ Database Path ", acTable, " Source Table ", " Destination "
Sign up to request clarification or add additional context in comments.

Comments

0

This might be a longer solution than what you are looking for but,

If you right click on the table in your navigation pane you can select "Convert to local table"

then you can split your database

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.