D
dmeiser
Hi,
I'm trying to fill a combo box with all dates from a specified date
until now.
Basically, what I want is something like "Select Date Where Date >=
#8/1/2005#" but I don't want to use a table of dates as that would get
ludicrously large and, I'm sure, wholly unnecessary. I'm just not sure
how to do this.
I would do it by just selecting the specific Date column from the
tables, but that would require building very complex set of UNION
queries and then adding a new month at the beginning of every month.
Plus, not every day of the month appears in these columns.
I tried a calendar, but there were just some nasty issues surrounding
the calendar control.
Thanks in advance.
I'm trying to fill a combo box with all dates from a specified date
until now.
Basically, what I want is something like "Select Date Where Date >=
#8/1/2005#" but I don't want to use a table of dates as that would get
ludicrously large and, I'm sure, wholly unnecessary. I'm just not sure
how to do this.
I would do it by just selecting the specific Date column from the
tables, but that would require building very complex set of UNION
queries and then adding a new month at the beginning of every month.
Plus, not every day of the month appears in these columns.
I tried a calendar, but there were just some nasty issues surrounding
the calendar control.
Thanks in advance.