Hello All,
I have a query i created that pull notes for a record set. The issue i am having is for records that dont have any notes are not being pulled within the query.
Action Taken Notes: [Action Taken].[Date] & "-" & [Action Taken].[Notes]
I believe i need to add in the Isnull to the statement above to include all records even those without any Action Taken Notes.
I have a query i created that pull notes for a record set. The issue i am having is for records that dont have any notes are not being pulled within the query.
Action Taken Notes: [Action Taken].[Date] & "-" & [Action Taken].[Notes]
I believe i need to add in the Isnull to the statement above to include all records even those without any Action Taken Notes.