Can anyone help? I have a query which uses two tables. One table (Incident_Details) holds details of an incident with a autonum being the unique ref.
The other table holds the comments log for each incident (Incident_Log). The linking field is Incident_number.
The query pulls back fields from both tables for a given incident number. This works fine if there is comments for the given incident. If there are no comments for that incident then the query returns blank.
What I need is to have the Incident details return regardless of whether there are comments or not. If there are comments these need to be displayed as well.
Ideas would be very welcome.
Craig
The other table holds the comments log for each incident (Incident_Log). The linking field is Incident_number.
The query pulls back fields from both tables for a given incident number. This works fine if there is comments for the given incident. If there are no comments for that incident then the query returns blank.
What I need is to have the Incident details return regardless of whether there are comments or not. If there are comments these need to be displayed as well.
Ideas would be very welcome.
Craig