I having problems previewing existing data in the server explorer : So created a query in access, the query works fine in access, but when I go to server explorer under the view folder and try to retrieve the existing data thats in the mdb , it saids null for each column or no data is in the table which is false. Do anyone know why is this. Whats weird is for any other table or view in the database, I can retrieve the data.
I think the program cannot understand the query , its really weird. the query im using is below.
SELECT maxoftestid, maxoftestnames, timestamps, msn, min(pass) AS testpass
FROM PassOrFailByEtag
WHERE ecode Like '[123456789ABCD]*'
GROUP BY maxoftestnames, timestamps, maxoftestid, msn
ORDER BY timestamps;
Loading
CrishPosted Dec 13, 2010, 5:53 AM
There are many different types of query are used in access if you want to get more detail than just go for this below link.
http://databases.about.com/od/tutorials/l/aaquery1.htm