Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can I replace {ts '1990-12-31 00:00:00'} in the query
macro with any time I want? For example, I defined a string called LastTime, and set LastTime = "2003-07-23 00:00:00". But {ts 'LastTime'} will not work. {ts '1990-12-31 00:00:00'} is ANSI standard datetime format Here are few lines from my macro: With Selection.QueryTable ..Connection = _ "ODBC;DRIVER= {MicrosoftODBCforOracle};UID=ICL;PWD=USER;SERVER=V GSM;" ..CommandText = Array( _ "SELECT SAMPLE_ACTIVE.LOGIN_DATE" & Chr(10) & "FROM VGSM.SAMPLE_ACTIVE SAMPLE_ACTIVE" _ & Chr(10) _ & "WHERE (SAMPLE_ACTIVE.LOGIN_DATE{ts '1990-12-31 00:00:00'})") ..Refresh End With |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Datetime CSV format | Excel Discussion (Misc queries) | |||
Remove Time from DateTime | Excel Discussion (Misc queries) | |||
pop up calendar using MS DateTime Picker | Excel Worksheet Functions | |||
MS Query DateTime String | Excel Worksheet Functions | |||
autodate and datetime stamp | Excel Worksheet Functions |