Hi,
I'm trying to create a simple report and when I run it on my hard drive it works, but when I put it on the network it does not. When I run it, I get a compile error saying "Method or Data Member Not Found" for the line:
dbConnection.Open dbSets
where dbConnection is the connection to the database and dbSets holds the location of the database and properties of the connection (I think).
I'm not sure what info I need to supply so if this is not enough let me know. Thanks, Tim.
I'm trying to create a simple report and when I run it on my hard drive it works, but when I put it on the network it does not. When I run it, I get a compile error saying "Method or Data Member Not Found" for the line:
dbConnection.Open dbSets
where dbConnection is the connection to the database and dbSets holds the location of the database and properties of the connection (I think).
I'm not sure what info I need to supply so if this is not enough let me know. Thanks, Tim.