I am using Linux Mint (Latest Version) On an Intel PC with Libreoffice 7 installed and Access2Base Library
All works well except for DateAdd or DATE_Add functions in Sql Expression which seems strange
I am trying to update a table’s date field from a form’s event Such as
Update “tblMyTable” SET “CalculatedDateField”=DateAdd(‘dd’, “NoOfDaysField”,“AddToThisDate”) where “ClientID”=3
I have followed guidelines regarding quotes, double quotes and apostrophes as needed
I Have had different errors using various combinations of the required expressions
My Table stores NoOfDaysField as an integer,CalculatedDateField as a Date field (‘MM/DD/YYYY’) and AddToThisDate also as a date field with same format.
Even trying to update a date field without using a function fails e.g.
Update “tblMyTable” SET “CalculatedDateField”=‘04/01/2021’ where “ClientID”=3
Any help would be Appreciated.
Libre Office: Version 7.0.4.2
Environment:CPU Threads 8: OS:Linux 5.4
User Interface: UI render: default; VCL:gtk3
Locale:en-US(en-USUTF-8); UI: en-US
Misc: Ubuntu package version:1.777.0.4_rc2-Oubuntu0.20.04.2
Calc: threaded
Could it be that there is a different version for Linux Mint?
I installed Libreoffice 7 using the package manager.
Your Help would be appreciated.
Thank you