okay, here it is... my form has three text boxes and one radio group: the 1st is called "name", the second is called "title", the third is called "dateSubmitted" and the fourth is a radio button which lets you chose the recurrence and they are [monthly] and the other [once] is the user fills out the forms and selects monthly i want the asp code to insert the form data 12 times, for example is someone fills the form and submits with MONTHLY RECURRENCE SELECTED i want my MS ACCESS table to look like this
max , do this , 1/1/2006 , monthly
max , do this , 2/1/2006 , monthly
max , do this , 3/1/2006 , monthly
max , do this , 4/1/2006 , monthly
max , do this , 5/1/2006 , monthly
max , do this , 6/1/2006 , monthly
max , do this , 7/1/2006 , monthly
max , do this , 8/1/2006 , monthly
max , do this , 9/1/2006 , monthly
max , do this , 10/1/2006 , monthly
max ,
2006-06-19
10:24:05
·
2 answers
·
asked by
Anonymous