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
How to set correct IIS authentication for Exchange 2010
Checking Alphanumeric Character
Dates will not format properly (month and day)
Is there a way for a Windows 7 Service to display a window in another user's session?
Moving SID History
How to TRULY Hide a Column from a DataGridView?
Restore a full backup of a disktop?
File format is invalid
Can't access Windows XP shares from Windows 7 after a BIOS reset
I want to have my command button use the generic pdf printer when it is clicked