D
Diane
I am putting together a database to track community events for our
local mayor's office. It works pretty well, but entering regular
meetings is more time-consuming than it needs to be. I would like to
create a form which will easily generate recurring meetings.
The form will need to have several fields and combo boxes into which
the user will type all the meeting information except the date (i.e.
EventTitle, LocationID, etc.)
There will also be some mechanism for generating a list of dates (i.e.
user selects "second" from one combo box and "Wednesday" from another
combo box and types "2005" in a field and then has a choice of the
twelve dates of the second Wednesday of each month). I would then like
the user to be able to deselect some dates (for groups, for instance,
that take the summer months off). I have figured out the formulas for
how to generate these values into separate fields for each month, but
if they could all get into a multi-select list box, that would be more
slick.
Finally, the user should push a "generate event records" button which
will create multiple records in the Events table, each having a
separate date, but the same EventTitle, LocationID, etc.
How do I do this? Help on any part of this would be really welcome.
Cheers,
Diane
local mayor's office. It works pretty well, but entering regular
meetings is more time-consuming than it needs to be. I would like to
create a form which will easily generate recurring meetings.
The form will need to have several fields and combo boxes into which
the user will type all the meeting information except the date (i.e.
EventTitle, LocationID, etc.)
There will also be some mechanism for generating a list of dates (i.e.
user selects "second" from one combo box and "Wednesday" from another
combo box and types "2005" in a field and then has a choice of the
twelve dates of the second Wednesday of each month). I would then like
the user to be able to deselect some dates (for groups, for instance,
that take the summer months off). I have figured out the formulas for
how to generate these values into separate fields for each month, but
if they could all get into a multi-select list box, that would be more
slick.
Finally, the user should push a "generate event records" button which
will create multiple records in the Events table, each having a
separate date, but the same EventTitle, LocationID, etc.
How do I do this? Help on any part of this would be really welcome.
Cheers,
Diane