Microsoft
Software
Hardware
Network
Question : How to find records between two dates ?
HI
I need to find some records between two dates using SQL against an Access database, I did something like the attached code but I donĀ“t get any record.
Regards.
Answer : How to find records between two dates ?
Try this:
"WHERE (((FINICIO_PROMOCION)<=#" & hoy.ToShortDateString & "#) AND ((FFINAL_PROMOCION)>=#" & hoy.ToShortDateString & "#) AND ((ESTATUS)='PROMOCION'))"
Random Solutions
SQL query to extract date from the xml TEXT
Run multiple paramenter query from one button
WindowsUpdate_8000FFFF ERROR
Output to Email after printing to PDF
Conditional Row Filtering based on column grouping
VB FORMULA - Loop
Compiled code in md*B* vs md*E* ?
How to make outlook 2003 run at all times on Windows 2003 server
The string was not recognized as a valid DateTime when I call the Stored Procedure
How to limit the memory usage of a VB.NET process in Win Server 2008