B
balu
Dear friends,
in access 2003 Pass word protected
how to close (all running, or other databases i want ) from another .mdb or
from VB6 file
i am using this code but not working.
DIM dbs as database
dim oacc as new access.application
for each dbs in oacc.dbengine.workspaces(0).databases
dbs.close
next
end sub
this code i used both from with in access and VB6
but not yielding ,
any help please if any damo/ link will help me great
in access 2003 Pass word protected
how to close (all running, or other databases i want ) from another .mdb or
from VB6 file
i am using this code but not working.
DIM dbs as database
dim oacc as new access.application
for each dbs in oacc.dbengine.workspaces(0).databases
dbs.close
next
end sub
this code i used both from with in access and VB6
but not yielding ,
any help please if any damo/ link will help me great