I apologise for repeating a topic that has been discussed many times
before but I have searched the archives and googled 2 hours of my life
away trying to solve this.
I need a calender that shows the appointments from my table. I can't
use outlook and I was hoping I could create my own from code in access.
However I have since seen on a post that this is not recommended for
people new to code.(I'm not scared of a challenge, and i was almost
looking forwards to learning as I did it but don't have weeks and weeks
to do this).
I've looked on google and through suggestions on this group but drawn a
blank on anything suitable, or even a good starting point.
If anybody has any ideas where i could start on my own, or even a basic
free code that I could adapt to my uses i'd really appreciate it.
I use Solutions: Schedule from www.dbi-tech.com. They also offer
other calendars. They seem to infer that they are easy to use.
However, I struggled coming up with a calendar using SS and never did
figure out how to make one that you can enter data and maintain data
on. Also a little pricey. Their e-mail support is very good.
-pw
The only reason I was thinking of writing one is because i doubted a
free one would be available.
You could have several subforms, one per day, displaying the
appointments for each day. You control which columns should be showing
(perhaps TimeFrom, TimeTo, Product, Notes).
Users could double-click a record to get a popup with more
information.
-Tom.
Don't just download the first database, read the WHOLE thread as
there are 2 or 3 fixes posted at different points. I think this might
give you what you need, but don't quote me on that.
http://www.granite.ab.ca/access/calendars.htm
--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pleaseNOO...@msn.com
http://www.access-programmers.co.uk/forums/showthread.php?t=103747
Now just goning to spend some time changing the source table to my
table and i'll be getting there. What is amazing is that I actually
understand "most" of the calendar code! I must be getting somewhere.
I'll get there eventually. It takes time because i have to look
everything up in my VBA books, then do trial and error 'til it works!
Google is definitely your friend when it comes to learning code. I'm
self-taught and the majority of my knowledge comes from online
searches.