Actually, you are right. I've recreated them as Tables, and it works immediately. They were selection queries, based on a union query, based on a set of six selection queries, each involving five tables... I easily passed the 32 mark. Leaves me wondering why the error message was in Dutch...
I get the error message "Can't open any more databases" when I run the following query:
SELECT qIndProgJUN03.Code, Sum(qIndProgJUN03.MaxOfIndValue) AS JUN03, Sum(qIndProgDEC03.MaxOfIndValue) AS DEC03
FROM qIndProgJUN03 INNER JOIN qIndProgDEC03 ON qIndProgJUN03.Code = qIndProgDEC03.Code
GROUP BY...
I have a query that contains records for each time a project (identified by JournalID) in a given period (e.g. DEC02, which has number 7 in a field called 'Sorting') reports on the progress of a given indicator (identified by IndType and ID). Similar indicators across different Projects share...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.