Cronk
Registered User.
- Local time
- Today, 22:12
- Joined
- Jul 4, 2013
- Messages
- 2,799
If you don't see any output in a report (or form) where you expect to see data, the first thing to look at is the data source for the report.
If you open your query, there is no output because you don't have corresponding records in all of the tables in the report.
Your query is based on Inner joins. Google "Outer joins in access queries" to see how you can get around the issue of missing data in the joined tables.
If you open your query, there is no output because you don't have corresponding records in all of the tables in the report.
Your query is based on Inner joins. Google "Outer joins in access queries" to see how you can get around the issue of missing data in the joined tables.