Hello,
I've used the calendar from the post:
It works great and was just the thing i was looking for. Props for those who made it. But i have one problem.
The table from where the calander gets it data is mysql
and it doesn't show any dates. in the calander boxes.
If i convert the table to a local table everything works just fine. I think it has something to do with de date notation in mysql (YYYY-MM-DD) and when i convert it to a local (access) table access converts the datenotaion back to (dd-mm-yyyy).
The strange thing is that the date in Mysql is yyyy-mm-dd, but is shown in access as dd-mm-yyyy. So access somehow already converts it to the correct natation. Sadly the calendar doesn't work.
I've thougt of 2 options:
- Make an ajustment in the VBA code so it works.
- Make a local (acces) table with the relevant data for the calender that is in sync with the Mysql table.
But in both cases i'm stuck.
Any help is appreciated
I've used the calendar from the post:
It works great and was just the thing i was looking for. Props for those who made it. But i have one problem.
The table from where the calander gets it data is mysql
and it doesn't show any dates. in the calander boxes.
If i convert the table to a local table everything works just fine. I think it has something to do with de date notation in mysql (YYYY-MM-DD) and when i convert it to a local (access) table access converts the datenotaion back to (dd-mm-yyyy).
The strange thing is that the date in Mysql is yyyy-mm-dd, but is shown in access as dd-mm-yyyy. So access somehow already converts it to the correct natation. Sadly the calendar doesn't work.
I've thougt of 2 options:
- Make an ajustment in the VBA code so it works.
- Make a local (acces) table with the relevant data for the calender that is in sync with the Mysql table.
But in both cases i'm stuck.
Any help is appreciated
Comment