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
Need algorithm for printing files of all types from Access
web application design
Control Panel Icons - Windows XP
How to restart a thread in mfc
IIS Windows Server 2008 Application Pools
C#. Symbol LS9203 bar code scanner. Making a device output to a single text box.
Populate Crystal Report with In Memory Datatable Visual Studio 2005
Test for internet connection
Access Form for Date Entry
ORA-12514 TNS:listener does not currently know of service requested in connect (yet agian?)