Easiest way I can think of would be to have a monthID field in myTable that is 1 through 12 (January thru December). Then your sql would be:
SELECT Left$(MonthName([monthID]),3) AS abbMonth
FROM myTable
ORDER BY myTable.monthID;
Remou:
Posting to Outlook directly to at least get me a quick way to print these calendars would be great but raises another question...
...Would I be able to manipulate that data (drag and drop a job to another complete by data) then import it back to Access?
Do you have a link that will...
Hi, I am new to this site but have been programming Access for about 7 years and got a question regarding calendars. I have multiple schedules (vacations, shipment dates, etc.) that I would like to display in a Calendar form to be printed. I have found a couple ways to do this but not...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.