I have three listboxes for a date - day,month and year.
The day listbox has values 1-31
The Month listbox has values 1-12
The Year listbox has values 2005-2010
I concatonate these values and pass them to a database, so I have control over the format.
This works fine until you select...
I am building a web site in ASP using MS Access as the database (for the time being)
I excecute the following SQL query to retrieve records that are still 'open' (e.g the CloseDate must be in the future)
SQL = "SELECT * FROM Project Where CloseDate > #" & Date() & "#;"
This statement returns...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.