linking a view in Sql Server to Access 2007

C

chuckd

I have a Access 2007 add-in in VS2008 C# that I created.
Can anyone point me to a tutorial/guide that shows how I can link Sql Server
Views with my Access Form.
 
D

Douglas J. Steele

Linking a SQL Server view should be no different than linking a SQL Server
table.
 
Top