Hi all,
I have a table with one field - StartDate, and it is populated with the first day of each month going back however many months. It is purely the first date of each month. I use it for when people need to narrow down their query searches to a particular month, and the startdate is a good 'starting point', excuse the pun.
I want to try and automate adding the first day of a new month so that I don't have to manually type it in as a new entry. It doesn't get added until obviously the new month starts, so 1st July 2015 won't get added until the morning of Wednesday 1st July!
Does anyone know how I could accomplish this via code?
thanks in advance
Pete