using forms to append dates

J

Jonster

in a form, i have 2 fields : begdate and enddate, now i fill in the
begdate "jan 1,2005" and the enddate "jan 20,2005". what is the best
expression to append in a table all the dates from the given form? the
results should append in the field of the table should be: jan 1,2005 jan
2,2005 jan 3,2005...... jan 20, 2005.
 
K

Ken Snell [MVP]

Your question is not entirely clear. Are you wanting to insert a number of
rows where the date for each row is a date between the ranges you'd specify
on the form? What is the structure of the table in terms of fields?
 
Top