How-do!
Spot of bother with one of my reports. Bit of background first to help explain...
Have a Query (Query1) that pulls together data. Based on the criteria it outputs a single record (finds the serial number entered in another form).
This query contains basic info, some of which is linked through relationships.
Eg: Serial, Name, Age is in the main table, location, type and status are linked.
Also linked is the faults table. One machine can have many faults. The fault headings are not listed in the Query.
ON my report, it shows all the data from the query and lists all the faults for that machine. Now this works perfectly, unless there are NO faults. In this case nothing shows up at all - even the data from the query.
Why is this? And is there a way around it?
Spot of bother with one of my reports. Bit of background first to help explain...
Have a Query (Query1) that pulls together data. Based on the criteria it outputs a single record (finds the serial number entered in another form).
This query contains basic info, some of which is linked through relationships.
Eg: Serial, Name, Age is in the main table, location, type and status are linked.
Also linked is the faults table. One machine can have many faults. The fault headings are not listed in the Query.
ON my report, it shows all the data from the query and lists all the faults for that machine. Now this works perfectly, unless there are NO faults. In this case nothing shows up at all - even the data from the query.
Why is this? And is there a way around it?