LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Excel data connection to Access not retrieving data from single fi

So I ahve a very large and complex database in Access and I need to create a
series of Automatically updating Graphs to monitors processes. I have my
queries created in Access and want to create the graphs on excel so I can put
multiple graphs on a single page. The query has results when ran in Access
but when I create the data connection in Excel it comes across empty. This is
the SQL to the query

SELECT Max(dbo_SSO_001.FILENAME) AS MaxRunID
FROM dbo_SSO_001
WHERE (((dbo_SSO_001.PROCESS) Is Not Null))
HAVING (((Max(dbo_SSO_001.FILENAME)) Like "*SA01*"));

Some basic trouble shooting has shown me that if I remove the "HAVING"
clause it will work fine but every time I put it back in the results come
back with nothing? Is this a known issue or am I missing some fundemental?
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Data Connection from Excel to Access Deniz Yalman Excel Programming 0 March 3rd 08 09:10 AM
Excel data connection to Access Sharon Excel Discussion (Misc queries) 1 February 14th 08 08:33 PM
Excel worksheet retrieving data from Access [email protected] Links and Linking in Excel 1 May 8th 06 12:32 AM
ADO connection retrieving data to Excel using EXCEL-VBA coco Excel Programming 3 June 20th 05 09:04 PM
Retrieving External Data from Access into Excel Vicki Excel Programming 1 May 26th 04 09:20 AM


All times are GMT +1. The time now is 09:47 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"