Does Access 97 support the currentproject object? I get an error message when I try use it. My current work around is:
currentdb.name - returns the fullname of the database including the path. But then you have to parse it if you want just the path or just the db name.
CurrentDB.Name is supported by Access97. That is what I am currently using. CurrentDB.Name is inferior to CurrentProject.Path because you have to write additional code to parse out the path, but this code can be easily encapsulated in a user defined function.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.