Hi!

I'm curious if is it possible to let Vbasic 6.0 search for a given database name to open?

i.e.

instead of using ("c:\windows\myfolder\vbasic\codes\billings.mdb") which could be a problem if i'll use the application on another computer requiring me to place the billings.mdb on the same directory structure as specified on my source code.

It would be neat if there's a way to just let a vbasic application search for a given file on the system it currently runs on.

Anybody know of such a trick? or say magic?