Pauldohert
Something in here
- Local time
- Today, 01:26
- Joined
- Apr 6, 2004
- Messages
- 2,101
I am gradually moving all my queries - to views, sp on SQL with the idea that eventually I will move the front end from access completely.
However - I have a form - whic basically displays a Dcount (with access) of a query. Now I have moved the query to a view (its not directly linked to may access from end - it is got at using pass thru queries) , what would be the best way to get the count of the records. (I have the syntax for the SQL)
Baically I need a count of records in a sql view, with acces doing as little as possible , just showing the result?
Hope that makes sense.Thanks
However - I have a form - whic basically displays a Dcount (with access) of a query. Now I have moved the query to a view (its not directly linked to may access from end - it is got at using pass thru queries) , what would be the best way to get the count of the records. (I have the syntax for the SQL)
Baically I need a count of records in a sql view, with acces doing as little as possible , just showing the result?
Hope that makes sense.Thanks