Calendar Can't populate

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a calendar that I have spent a lot of time on and it LOOKS Great!! However although I know how to connect to a table and update a field by clicking on a date. I cannot figure how to do the opposite. I want the calendar to display info from the table (ie., Text) for the specified date. If I link to the table and link all the boxes that make up the calendar to the table I get the same info in every day box, when I scroll Its like I am looking at 37 small forms all showing the same info

Can anyone give me any pointers about how to get the data to the correct date (box) based on a date in the record (say... an appointment date
Thanks to anyone who can hel
whill1
 
if you use calendar - activex control, and form you have in continious
view - then you can see only one instance of calendar, as you actualy see.
you can try to either change design of your form or try to use other candar,
not activex
see Tony page for more info
http://www.granite.ab.ca/access/calendars.htm

--
Alex Dybenko (MVP)
http://Alex.Dybenko.com




Whill1 said:
I have a calendar that I have spent a lot of time on and it LOOKS Great!!
However although I know how to connect to a table and update a field by
clicking on a date. I cannot figure how to do the opposite. I want the
calendar to display info from the table (ie., Text) for the specified date.
If I link to the table and link all the boxes that make up the calendar to
the table I get the same info in every day box, when I scroll Its like I am
looking at 37 small forms all showing the same info.
Can anyone give me any pointers about how to get the data to the correct
date (box) based on a date in the record (say... an appointment date)
 
Back
Top