authorsami
Registered User.
- Local time
- Today, 03:50
- Joined
- Sep 24, 2003
- Messages
- 10
I have an almost complete database. Everything was working in test mode with test data. Now that I have put in real data there seems to be a problem with one of my queries/reports. I have to install this on the customer site next Tue so I'm out of my wits right now. I would appreciate anyone who can help.
How to explain: I have a report that lists customers by the office they frequent. This report(rptByLocation) is based on a query (qryByLocation). This query (qryByLocation) is based on a table (tblOffice) and another qry (qryToCalcAge). this age query is based on two tables (tblPatient) and (tblOffice).
As I said it was working when I had test data in the backend. Now that I have the real data I get error that says "this expression is typed incorrectly or is too complex to be evaluated" Any ideas????

How to explain: I have a report that lists customers by the office they frequent. This report(rptByLocation) is based on a query (qryByLocation). This query (qryByLocation) is based on a table (tblOffice) and another qry (qryToCalcAge). this age query is based on two tables (tblPatient) and (tblOffice).
As I said it was working when I had test data in the backend. Now that I have the real data I get error that says "this expression is typed incorrectly or is too complex to be evaluated" Any ideas????

