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
Netman DCOM settings are disabled by default in Windows 7
Enumerate Exchange Emails in vb.Net
How do i display Chinese Simplified properly in VFP9 ?
Control Size of Form in ACCDE?
GEt SQL data from Excel VBA
Can VS 2008 run on the same computer as VS 2010?
Set Trigger for Birthdate
exchange 2007 sending emails
Is there a way to restart Windows service remotely?
scripts to export Access table (in .xsl format)