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
Sharepoint 2003 with Recycle Bin
SQL - CASE Statement help needed
MSSQL2000
Getting the duration of an audio file using VB.NET
Updating date returned from SQL
Outlook 2007 Recover email rules from old pst
Migrating app from VB.net 2005 to VB.net 2008 SqlCeEngine compatibility issue needs fixed
Linked table question
ALTER TABLE / ALTER COLUMN QUESTION???
Access Query Design Where/Or Criteria Trouble (SQL Where)