UncleHuckleberry
Technical User
I'm trying to reference the access object library from vb and I need to use AccessObject to reference the dependencies for a query. This code is producing errors, any ideas why?
Dim ObjAccess As access.Application
Dim objParent As access.AccessObject
Set ObjAccess = New access.Application
Set objParent = ObjAccess.CurrentData.AllQueries.Item("queryname")
"When the going gets wierd, the wierd turn pro" - R. Duke
Dim ObjAccess As access.Application
Dim objParent As access.AccessObject
Set ObjAccess = New access.Application
Set objParent = ObjAccess.CurrentData.AllQueries.Item("queryname")
"When the going gets wierd, the wierd turn pro" - R. Duke