Is there some way I can code a routine in VB to find the name of the Access .mdb that the code is executing in? The .mdb name would vary depending on what path/filename it is in and the program logic would be dependent on it - so that I do not have to rely on hardcode. I have done similiar things in ASP to get the path & filename of the executing program but I'm not sure how I would do this without a server... thanks.