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
SQL 2005 - Create failed for database 'test'. (Microsoft.SqlServer.smo)
Client-only rules in Outlook 2003
Microsoft Exchange account does not receive external emails
How to sendmessage to parent pretranslatemessage?
run a dll as an app keeps appearing when I want to do ANY window operation!
How do I restore "send to mail recipient"
Windows7 in a 2003 domain
Excel macro to update cell information
Automatic backup for the folders on network
Good practice on writing file, creating directory, etc.