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
access run-time for 2003,Execution of this application has stopped due to a run-time error
EXCEL WEB ACCESS
MS Printer audit , printer usage monitor / tracking / accounting in print server
Group Ploicy not deploying for an OU
Only one parameter passed to function but For Each...Next keeps going after first pass. Can't understand why.
flickering in dialog controls
Password Protect Multiple Excel Files
Reporting Services Configuration Error
Update from SQL Query
error with web site when it was moved from server 2003 to 2008