Hi
I have a form whereby the user can enter a frequency (quarterly, half-yearly, monthly or yearly), initial date and number of years for a particular record. So for example, they may enter a frequency of Quarterly, an initial date of 01/12/2002 and duration of 2 years.
Then, somehow, I'd like to insert 8 records into a seperate table (ref, freq, initial, duration)as follows
001 quarterly 01/12/2002 2
001 quarterly 01/03/2003 2
001 quarterly 01/06/2003 2
and so on...............
Any help greatly appreciated
Kim
I have a form whereby the user can enter a frequency (quarterly, half-yearly, monthly or yearly), initial date and number of years for a particular record. So for example, they may enter a frequency of Quarterly, an initial date of 01/12/2002 and duration of 2 years.
Then, somehow, I'd like to insert 8 records into a seperate table (ref, freq, initial, duration)as follows
001 quarterly 01/12/2002 2
001 quarterly 01/03/2003 2
001 quarterly 01/06/2003 2
and so on...............
Any help greatly appreciated
Kim