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
Export Worksheets with Values and additional Code for Cell Protection
Top 10 invoice amounts in Oracle Payables
SQL Select statement
Booting of DVD on HP Proliant ML150 G6
Problems inserting an image on the signature inside OWA
programmatically work with object data source and report viewer
SSRS: Group Drill Down
Global import into SQL Server 2000 related question
Auto Compact
Trying to rank top 10 records in Access query by a group