Thread: [Solved] Subscript out of range error
View Single Post
 
Old 01-12-2009, 02:04 AM
caholmes caholmes is offline Windows Vista Office 2007
Advanced Beginner
 
Join Date: Dec 2008
Location: Sydney, Australia
Posts: 54
caholmes is on a distinguished road
Default Subscript out of range error

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