Thread: [Solved] Subscript out of range error
View Single Post
 
Old 03-28-2009, 11:18 PM
jimmy123 jimmy123 is offline
Novice
 
Join Date: Mar 2009
Posts: 2
jimmy123 is on a distinguished road
Default

This error normally is a result of refering to an object that does not exist or you cannot access. In your case you may find that the users log on credentials don't allow you to access the recordset (datasource). Try each machine to see if you can access the data manually first to rule out a network security issue.
Reply With Quote