Hi,
I have a big data base, it reaches over 10K records in one table, therefore I had to split the table into two.
BUT now I want to combine these two tables into one in order to build the interface I wish based on just one table.
I decided to lookup the records based on dates. I want the combined table to be built on the 365 days of the year
How do i build that list?
The date format in the two tables is: European 12/1/2023
Thanks