I have an access front end whose tables are linked to an sql server data base. when the database loads is there a way to select certain data to load through the linked tables. For instance Say I wanted the liked tables to load only the data for the customers in the state of Connecticut. I know I can do this with queries but I want to know is it possible to do with linked tables directly.
Follow and trust in Jesus Christ and recieve Eternal life
GetCode
In access you only have the capability to link to the entire table...however as you suggest you can create a view that will only show you the criteria that you set for the query