soontobefour
MIS
In my report I list incidents based in status, which comes from an incident table. I also have a notes table that stores additional notes related to a particular incident. I need to create a query that will pull the right notes related to the incident.
ie:
Status IncidentId Severity Decription Open Date Notes
Notes.controlsource = (SELECT [Note] FROM [AdditionalComments] WHERE [AdditionalComments!IncidentID] = [Me!IncidentID])
this yields: #Name? om the report.
Please tell me how to get the data.
ie:
Status IncidentId Severity Decription Open Date Notes
Notes.controlsource = (SELECT [Note] FROM [AdditionalComments] WHERE [AdditionalComments!IncidentID] = [Me!IncidentID])
this yields: #Name? om the report.
Please tell me how to get the data.