txtDateValue = dateadd("n",txtdateValue, 30)
Adds 30 minutes
txtDateValue = dateadd("n",txtdateValue, -30)
Subtracts 30 minutes.
So if I can't just enter a time myself, what happens when I have to cover a two week time period incrementing in 30 minute slots?