hey guys
i have a problem with JET engine in this li'l program i am trying to write. I have hardcoded the data control references to my database, but this doesnt get me far. the moment i make a change in the DB placement, it gives me an error. is there any way to quickly check if the DB is where i think it is? so far i have been using the syntax
mdbPath = app.path & "\db1.mdb"
but as soon as i move the DB, of course, it shoots out an error. all i wanna do is get the right path, and this doesnt work out well.
thanks a lot all
vlada
i have a problem with JET engine in this li'l program i am trying to write. I have hardcoded the data control references to my database, but this doesnt get me far. the moment i make a change in the DB placement, it gives me an error. is there any way to quickly check if the DB is where i think it is? so far i have been using the syntax
mdbPath = app.path & "\db1.mdb"
but as soon as i move the DB, of course, it shoots out an error. all i wanna do is get the right path, and this doesnt work out well.
thanks a lot all
vlada