How can a relative path specify a linked table in Access 2007?

前端 未结 6 656
抹茶落季
抹茶落季 2021-01-01 20:19

I have a front end and back end of an Access database. The front end references linked tables and I need to do a relative link instead of an explicit one i.e. \"../dat

6条回答
  •  旧时难觅i
    2021-01-01 21:21

    you can make a "calculated" field.. works for me in Office Access 2016

    "F:\Komponenten\Datenbank\Bilder\" & [Kategorie] & "\Pinout\" & [Bezeichnung] & ".jpg"
    

    maybe there are better solutions, see images

    calculated path result

提交回复
热议问题