I have a calender table that lists All dates in a certain range, and then some of the dates have other dates attatched to them for reference.
The table is 60_Days and it has fields Date and Date_60 with Date being the Actual calender and the Date_60 refers to other dates that need to be listed below Date.
I want to make a report that shows a normal calender but will display the Date_60 dates below Date where it exists. Any ideas? Visual Basic would be fine if it can be done. If I can export this into Excel and that somehow makes it easier, that is fine too. Thanks!!
Edit
I fail to see why this has been downvoted since no one seems to know my answer. Just being honest. I can’t find what I am looking for and I have no idea where to start. I did read that for some reason, MS took out the Calender Control in forms and reports from Access in the 2010 version… Makes NO sense to me, but whatever. After doing more research, it seems like this MAY be able to be done in Excel, but I still don’t see how it can be done yet.
Next Edit. The type of Calender I want to use should look somewhat like this
Actually, you can if using Access 2010 use the new table and store procedure trigger feature. You can thus write out the booking text to a table with 42 columns.
You then just bind the form to the table.
This is what I did to produce this example here:
http://www.youtube.com/watch?v=AU4mH0jPntI
In the above, I used the new web publishing feature of Access, so this runs in any browser including on my iPad.
However, if you have VBA, then just place 42 text boxes on the form, and use a query + loop to fill out the text boxes. You get something that looks like this: