csiwa28
Programmer
- Apr 12, 2001
- 177
I have a form with a field called 'Dates'. This is a 'computed when calculated' field that allows multiple values. Depending on what type of event is chosen, a predetermined number of days is added to today's date, and I must only use one date field.
So let's say for example that a user selects a certain event, field 'Dates' contains the following dates:
05/07/2001, 05/08/2001, 05/09/2001, 05/11/2001
I know how to create a calendar view and display an event that has one date, however is it possible to create a calendar view to show the name of the event on those 4 nonconsecutive days, if so, how would I go about doing this?
So let's say for example that a user selects a certain event, field 'Dates' contains the following dates:
05/07/2001, 05/08/2001, 05/09/2001, 05/11/2001
I know how to create a calendar view and display an event that has one date, however is it possible to create a calendar view to show the name of the event on those 4 nonconsecutive days, if so, how would I go about doing this?