I have a data base that has ProjectStart Date adn Project Finish Date, well on a subform, I have a row of 24 unbound text boxes named Date1, Date2, Date3, etc. Is there a way in VBA to fill in these text boxes with dates in increments of month-year between the start date and the finish date (ie. ProjectStart=02/02/02 ProjectEnd 02/02/04 and the text boxes are filled with the months in between these dates) More specifically is there a loop structure that can refer to these controls and fill in the appropriate dates.
Any help would be much appreciated
Any help would be much appreciated