dear members,
some of mvps like Richard Rost recommand to avoid aggregate queries and dlookup functions in splitted database.
then what are alternative of these important features. please guide.
Such blanket statements are regularly stupid. There are reasons why such solution methods exist, and there are configurations where such solution methods can show weaknesses. It is up to the developer to distinguish between them.
In a splitted database we have the possible situation that there is a slow network between frontend and backend. Jet (Access-SQL) processes data locally in the frontend, so it has to pull it from the backend, in unfavorable configurations multiple times. So when the network becomes a bottleneck, existing problems with your own programming and query design are exacerbated and then become much more noticeable, often through degraded performance.
To put it the other way around: Grouped queries and dlookup functions can also be a bad thing in an unsplitted database. It depends on the specific use.