I
Ian
I've created a form with the startdate, number of repitions and day interval.
I'd like to use the informatin to append the data to a table. The
Tbl_Session will hold the individual dates with a uniqueID for each.
Eg. Session1 will start on jan 1, 2009 and run for 5 sessions every 7th day.
Once I grab the data from the form to use in an append query, how do I build
the append query to create the dates in the Tbl_Session?
Jan 1, 09
Jan 8, 09
Jan 15, 09
Jan 22, 09
Jan 29, 09
I'd like to use the informatin to append the data to a table. The
Tbl_Session will hold the individual dates with a uniqueID for each.
Eg. Session1 will start on jan 1, 2009 and run for 5 sessions every 7th day.
Once I grab the data from the form to use in an append query, how do I build
the append query to create the dates in the Tbl_Session?
Jan 1, 09
Jan 8, 09
Jan 15, 09
Jan 22, 09
Jan 29, 09