I currently have my vba code connecting to the "overview" DB on the network. However, I have a copy of it on my local drive and I want to connect to it instead. What do I need to change in the below code to do that?
objConnection.Open "overview"
objRecordSet.Open stStoreMaxHoursQuery, objConnection
objConnection.Open "overview"
objRecordSet.Open stStoreMaxHoursQuery, objConnection