I have an microsoft access project (access 2000), in that project I have connected it to a sql server (2000) called "ServerDev" using the datalink form. The database I connected to is called "HazardManagement". Here is my problem. I used datalink because this access front end will be used on about 200 computers on a very large network and we didnt want to have to set up dsn's on each machine. Now I have view called "Facility" from another database called "Warehouse" which is on the same sql server. I need to include that view in my access project but the datalink form allows only one defined link. How best to inlcude that view without a dsn? Or can I link that view inot my other sql srver database?