A
Abbey Normal
Hi. I have a report that prints detailed information for a selected item. The
record source for the report is a query, which joins 3 different files. I
added another file, which is an audit log, so it will print the last change
on the report.
I joined it to the main file using the appropriate id in the query, and it
worked fine, but if there are no changes, and therefore no matching records
in the audit log, i end up getting the 2427 error when trying to run the
report. I even changed the join relationship to "2" use all records from my
primary file and only those matching records in the audit log file, but that
didn't help either.
Is this query written wrong or should I be changing the field source on the
report?
Any help will be appreciated. Thank you,
record source for the report is a query, which joins 3 different files. I
added another file, which is an audit log, so it will print the last change
on the report.
I joined it to the main file using the appropriate id in the query, and it
worked fine, but if there are no changes, and therefore no matching records
in the audit log, i end up getting the 2427 error when trying to run the
report. I even changed the join relationship to "2" use all records from my
primary file and only those matching records in the audit log file, but that
didn't help either.
Is this query written wrong or should I be changing the field source on the
report?
Any help will be appreciated. Thank you,