hi I have the same copy of access running in 3 cities right now. they work prefectly ok. they are 99% the same with one minor difference. Each of them has two views which use different odbc connection to different cities DB (all these db are SQL 2005). The views act as datasource for some two very simple queries. however, while i tried to make a new copy for a new city, i found that one of the simple internal qeury returns the correct number of row but all data are empty while the other query functions correctly.
i check the data of these two views, the data is correct.
The one causing problem are like Select * from View_Top where Name = "ABC" when the recordset returns, even rs!Name give me an empty string.
Please help