I'm sorry forgot the equals sign. Also if you know the name of your database you can do something like this in the text field:
=CurrentProject.Path & "databasename.mdb"
Thanks. You pointed me in the right direction.
In place of =CurrentProject.Path & "databasename.mdb" This worked =CurrentProject.Path & CurrentProject.Name returns both path and mdb name.
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.