If by Phasing you mean that you want to generate records for every day between two different dates so as to populate a table with one record per date, I suggest that this is BEST done using VBA code. However, every time I see such a request, I immediately think that something else is wrong with the structure.
What is the underlying problem that would require you to populate a table with a series of dates between two limiting dates?