Need few inputs on how Linked tables work in MS Access . previously we have MS Access forms as front end and SQL server as backend and we used ADP project.
But , now our goal is to convert this ADP to linked tables and accdb project.
I have searched a lot over internet for linked tables and could find only few information over it .
I would like to know how it is different from ADP.
I have already created a new ACCDB project and imported all my forms and linked database objects by using linked tables manager
But , when i try to do lookup for a certain table , it does not work , it is showing an exception that table is not found
Can any one share a piece of code to see how to access a linked table from VB .