home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / access / library / kalender / kalenorg.txt < prev   
Text File  |  1993-09-26  |  1KB  |  42 lines

  1. Copyright: Gerald L. Kerr,  September 12, 1993
  2.  
  3. Hi,
  4.  
  5.      KALENDER.MDB contains a general purpose pop-up calendar for MicroSoft
  6. Access(R).  
  7.  
  8. The working parts of the calendar are:
  9.      
  10.      1) "KALENDER" Form
  11.      2) "KALENDER MODULE" Access Basic Module
  12.  
  13.      In addition, there is a form named "KALENDER_DEMO" and a Macro named  
  14. "RUN_KALENDER_DEMO".  Running the Macro will open the the KALENDAR_DEMO Form.
  15. The KALENDER_DEMO Form contains all the information you need to see how 
  16. the pop-up calendar operates.
  17.  
  18.      Here is the calling sequence for the calendar:
  19.  
  20.      =KALENDER([your date field]) will pop up the calendar.
  21.      
  22.      When the calendar comes up, it will be positioned at the date contained
  23.      in [your date field].  If the [your date field] is Null, the calendar 
  24.      will open on the current date.  
  25.  
  26.      You can scroll Forward and Backward by Month and by Year using button
  27.      controls on the calendar.  Or you can enter any date you like in the 
  28.      Text Box in the header and the Month and Year for that date will be 
  29.      displayed.  Also, there is a button labeled "Today" which returns
  30.      the calendar display back to the current Month, Year and Day.
  31.  
  32.      After you have positioned the calendar to the Month and Year you
  33.      want, Double Click on the Day you want.  The contents of the 
  34.      control [your date field] will be set to the Date you 
  35.      selected from the calendar.
  36.  
  37. Good luck,
  38.  
  39. Gerry Kerr
  40.  
  41.  
  42.