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 print a MS Access report to multiple network printers
Problems using varchar(max) in Query
SSRS export INTO Excel Tabbed Sheets?
Excel VLookup based on Duplicate values
aggregate in the set list of an UPDATE statement.
How to use the .rc file in my static libray instead of the .rc file in the main program ?
ADOX Add Column Multi-Step OLE DB errors
Move Mailboxes/Public Folders from Exchange 2003 to Exchange 2010
Access 2007 many-to-many relationship
Locking MySql Table from C#;