D
DubboPete
Hey all,
I have a form with two date fields, and I want to be able to write these two dates, AND the dates in between, to a table, to show when people are available when presented with the choice.
example:
date1 = 2012/5/25
date2 = 2012/5/29
results should add 4 entries to a table (date2 is the date they become unavailable again) and these 4 should be dated 2012/5/25, 2012/5/26, 2012/5/27 and 2012/5/28...
It's to present a list of people available on any given date. The peeps have the choices, they say when they are available, and we use that information for many purposes. Is this an easy bit of code, and where do I start to add the records as individual dated records to a table.
Any help much appreciated
DubboPete
I have a form with two date fields, and I want to be able to write these two dates, AND the dates in between, to a table, to show when people are available when presented with the choice.
example:
date1 = 2012/5/25
date2 = 2012/5/29
results should add 4 entries to a table (date2 is the date they become unavailable again) and these 4 should be dated 2012/5/25, 2012/5/26, 2012/5/27 and 2012/5/28...
It's to present a list of people available on any given date. The peeps have the choices, they say when they are available, and we use that information for many purposes. Is this an easy bit of code, and where do I start to add the records as individual dated records to a table.
Any help much appreciated
DubboPete