Hi all,

Hoping for a bit of help, i've searched but can't find anything on this. Struggling to explain it too

I have a basic form which users can select start date for holiday and duration. The data is currently being logged like this

Name Start date Duration
Beerdaddy 01/01/2012 7
Next user

I need it to record individual dates based on the number of days requested without the user making multiple entries, like this

Name Start date Duration
Beerdaddy 01/01/2012 7
Beerdaddy 02/01/2012
Beerdaddy 03/01/2012
Beerdaddy 04/01/2012
Beerdaddy 05/01/2012
Beerdaddy 06/01/2012
Beerdaddy 07/01/2012
Next user

Any help on this would be greatly appreciated