I have a crystal report set up based on an access query, the query is using linked tables from Sage MMS accounts. The query has been set up with left outer joins and I can see that all data exists in the query, however, when I enter criteria I only get matching records. I have tried pulling the tables into crystal and using left outer joins but again as soon as I put criteria in I only get the matching records.
I have created a make table and running a query from that I get all records when I enter criteria. The problem with this is that when I try to run a report pointing at this new query I get the following error message:
Query Engine Error: 'DAO Error Code: 0xc4f'
Source: DAO.Database
Description: ODBC -- connection to 'MMSSTDAVCC' failed.
The ODBC is valid as I can still retrieve data via this ODBC using MS Query.
Any ideas?
I have created a make table and running a query from that I get all records when I enter criteria. The problem with this is that when I try to run a report pointing at this new query I get the following error message:
Query Engine Error: 'DAO Error Code: 0xc4f'
Source: DAO.Database
Description: ODBC -- connection to 'MMSSTDAVCC' failed.
The ODBC is valid as I can still retrieve data via this ODBC using MS Query.
Any ideas?