Good evening all,
In an Access 2016 database I use:
db.Execute ("update loktbl_Locals set [text] = '" & s & "' where bezeichnung = 'mdbPfad'")
In the table loktbl_Locals I have a field named "text" and one named "Bezeichnung". The Variable "s" here holds the path to the Data (back-end database)
Basically I am trying to write the path into the local table - field "text", where the field "Bezeichnung" has the value "mbdPfad", when logging in to the frontend.
This has always worked fine - till access 2019
Error message says the " query is damaged"
Please help!
In an Access 2016 database I use:
db.Execute ("update loktbl_Locals set [text] = '" & s & "' where bezeichnung = 'mdbPfad'")
In the table loktbl_Locals I have a field named "text" and one named "Bezeichnung". The Variable "s" here holds the path to the Data (back-end database)
Basically I am trying to write the path into the local table - field "text", where the field "Bezeichnung" has the value "mbdPfad", when logging in to the frontend.
This has always worked fine - till access 2019
Error message says the " query is damaged"
Please help!
