Add a range of dates to a table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can I write a query instead of using the append funtion to add a range of
dates to a table? If this can be done, what is the function for the query?
Thanks
 
What is the append funtion?

You can create an APPEND query to add records to a table. If those records
contain dates, then I guess the answer is yes.
 
What I would like to do, is write a query that will create additional records
with in an existing table with a date. I don't want to create an additional
table with dates and then append the records to the existing table. Is there
a way to do this by using the query function, is so, is there an example.
 
Back
Top