I need some help figuring out how I should code this. We have this really awful POS program at work (a salon/spa) All the data is stored in a MS Access database.
What I am trying to do is create a table like the one here.
There will be a seperate table for each of our employees which shows their list of clients and if they have had an appointment that month.
My data is being taken from the Appointments table in ms access. There are only 3 columns I am using data from. ApptDate, Employee, Client
I know how to use php to fetch data from the ms access database. My current idea involves a HUGE amount of queries and loops and I am sure someone can point me towards a better method.
Thanks & let me know if you need any more info!