Recurrance

R

renold1958

As per Outlook, where there is an option of recurrance in calendar, either,
monthly, weekly etc. Is there a way to do the same in Access.

ie. Job to be done on wednesday June 21, 2005 from 0930 til 1230, which
re-occurs every fortnight.

Is there a way to enter info once as per Outlook calendar, click or tick
re-occurance
and it automatically fills in the the same info a fortnight later in the
database

Thanks
 
D

Douglas J Steele

There's no such capability built into Access, but it shouldn't be that hard
to implement.

In the AfterUpdate event of the calendar control, put code to create another
entry, using the DateAdd function to determine the other date.
 
Top