HiltonH said:
Thanks John, that would work but ideally I am looking for a visual display
as
close as I can get to an Outlook calender so that I can see which resource
is
available and when. I have since discovered a company called DBI
Technologies
who create ActiveX controls doing almost exactly what I need but I need to
pass the diary entry information into Access record fields so that I can
tie
it up with other data. These controls don't show a source field in their
properties so I don't see how I can get into the information recorded.
Should
I follow up on the ActiveX line of thinking?
Many companies who create ActiveX controls do not create them for Access, so
there is no way to bind data to them from Access (which works differently in
that regard than classic VB, in which you bound data to a Data Control, not
to a Form as in Access; and also differently from DotNet languages). I
don't use the Outlook Calendar, and, if there's any possible alternative,
don't use ActiveX Controls because that's another complication in
distributing an Access application.
There are various Calendar examples, many done with Access forms and
controls. Several links are on MVP Tony Toews' site at
http://www.granite.ab.ca/access/calendars.htm. MVP Albert Kallal has
something at
http://www.members.shaw.ca/AlbertKallal/ and MVP Stephen Lebans
has, at least, a date picker, at
http://www.lebans.com.
Larry Linson
Microsoft Access MVP