Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
thanks for any help,
I have a small SQL query(shown below) that will retrieve some date from .mdb according to the date selected. It will get the data greater then the data selected or the date less or equel to selected date. I need to select between two dates and get the data from that. Like I select 11/15/2005 00:00:00 to 11/31/2005 00:00:00 and only the data from those two dates are returned. Thanks again for any help. darron SQL Query------------------------------------- SELECT TrendAnalogJoin.DateTime, TrendAnalogJoin.TagName, TrendAnalogJoin.Value FROM TrendAnalogJoin TrendAnalogJoin WHERE (TrendAnalogJoin.DateTime'2005/10/28 23:59:00') ORDER BY TrendAnalogJoin.DateTime |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert hard coded query criteria to Parameter Query | Excel Discussion (Misc queries) | |||
Excel 2007 / MS Query - editing existing query to another sheet | Excel Discussion (Misc queries) | |||
Edit Query from Excel will not open query in MSQuery | Excel Programming | |||
How to use a Access Query that as a parameter into Excel database query | Excel Discussion (Misc queries) | |||
Stop to modify the SQL query manually entered into query ! | Excel Programming |