I’m using LibreOffice version 7.3.7.3
Using BASE with several tables. Over 10,000 records in some tables.
Several tables contain dates, and these dates are in the 1700s, so all date fields in the tables, and in the forms that display the tables and sub-tables, have been set to use the “YYYY-MM-DD” as their default format.
I can create a simple query of the main table, i.e. simply output all the data in this table, and you get the expected output for the two date fields.
Now JOIN this table with another to add in names associated with the records, and add code to remove duplicate information in the output for the second (and third, and…) person.
Note that the two date columns are displayed as a number, not a date.
I realize that I can simply right click on the column(s) and change the format to the required DATE format, but you need to remember to do this every time.
What is different between the two examples that would change the output?
As a related question; How do you define a NULL date?
Thanks for your help!