R
robboll
In Excel 2003 if you put a Date in a cell, you can drag that value
down through the lower cells; and with each cell you pass the date is
incremented by one. I know that I could then import this data into an
Access database.
What is a good method of doing this in exclusively in Access if I want
the resulting table to be populated with the date range: 01/01/2007
through 05/15/2007
TableName: Table1
FieldName: MyDates
Any VBA suggestions appreciated!
RBolling
down through the lower cells; and with each cell you pass the date is
incremented by one. I know that I could then import this data into an
Access database.
What is a good method of doing this in exclusively in Access if I want
the resulting table to be populated with the date range: 01/01/2007
through 05/15/2007
TableName: Table1
FieldName: MyDates
Any VBA suggestions appreciated!
RBolling