I am trying to use app.path to denote the location of a database.

I am writing DataSource = App.Path + "file.mdb"

but it instead of adding c:\folder\file.mdb

it gives c:\folder\app.path\file.mdb

What gives?

Why is app.path added to the path??

Thanks.