I'm new to this. I've used Access for a while though. I want to a calendar
object so that I can assign calendar dates to a particular user.
Basically they can click the dates they want to appear next to their name.
Their name would be in a drop down list.
So (A) how should I do this? Should I use VBA in Access? Or is there another
way to go. Any good books or web sites I can consult?
Gary
Arvin Meyer [MVP] - 03 Mar 2008 22:15 GMT
Here is a form that you can use to do this:
http://www.datastrat.com/Download/Calendar2K.zip

Signature
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com
> I'm new to this. I've used Access for a while though. I want to a calendar
> object so that I can assign calendar dates to a particular user.
[quoted text clipped - 7 lines]
>
> Gary
Daniel Pineault - 03 Mar 2008 23:02 GMT
In a general sense stay away from ActiveX controls when possible. Take a
look at either
http://allenbrowne.com/ser-51.html
or
http://www.lebans.com/monthcalendar.htm

Signature
Hope this helps,
Daniel Pineault
If this post was helpful, please rate it by using the vote buttons.
> I'm new to this. I've used Access for a while though. I want to a calendar
> object so that I can assign calendar dates to a particular user.
[quoted text clipped - 6 lines]
>
> Gary