hi
using selects queryes with DAO works well.
i've got a code
Set MyDB = OpenDatabase("C :\folder\voyage s.mdb")
but i want make datebase with independent path, so user can put it into other folders and it must works.
is any methods to open self base, don't using self path?
or is any methods to determine self path?
using selects queryes with DAO works well.
i've got a code
Set MyDB = OpenDatabase("C :\folder\voyage s.mdb")
but i want make datebase with independent path, so user can put it into other folders and it must works.
is any methods to open self base, don't using self path?
or is any methods to determine self path?
Comment