Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm using Access 2002 to read data from SQL Server. I
have a basic query that works fine: SELECT Count(*) From Orders WHERE SALE_DATE='6/20/2004' Now I need the user to be able to change the date, but cannot get the query to read a cell vaule. I think it should work something like: SELECT Count(*) From ORders WHERE SALE_DATE='Sheet1'!B5 Does anyone have an example of how this should be done? THANK YOU |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Use MS Query to query data within the current work book | Excel Discussion (Misc queries) | |||
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) | |||
Importing Data via Web Query - Can values be passed to query? | Excel Discussion (Misc queries) | |||
How to use a Access Query that as a parameter into Excel database query | Excel Discussion (Misc queries) |