Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want retreive data from Table1 from a SQL database which match the WHERE
criteria: SELECT * FROM Table1 WHERE (date1='07/07/2005') date1 is a field in Excel which I use to define the date for the WHERE criteria. I tried the following but it did not work (I entered the date value in field A1 in the Excel sheet): SELECT * FROM Table1 WHERE ('A1'='07/07/2005') What am I doing wrong? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Import New Database Query (Union Query) in Spreadsheet | Excel Discussion (Misc queries) | |||
database query not showing foxpro database How I import data | New Users to Excel | |||
Anyone Else Use Database Query to Query Another Sheet in the Same Excel Workbook? | Excel Discussion (Misc queries) | |||
Anyone Else Use Database Query to Query Another Sheet in the Same Excel Workbook? | Excel Discussion (Misc queries) | |||
How to use a Access Query that as a parameter into Excel database query | Excel Discussion (Misc queries) |