ConcatRelated("serial_no","packages","[Release_Status] = """ & "Released" & """" AND ","[Package_Type] = """ & "[Package_Type" & """")
I've tried this many many ways and I wind up getting either a list of all the "released" packages....of all package types, OR All of the packages of one type whether they are released or not.
The above doesn't seem to work.
It's based on another query which already filters out the "Not-released" Packages, however it returns "Released" and "Not-Released"
Any suggestions would be appreciated. Thanks!
I've tried this many many ways and I wind up getting either a list of all the "released" packages....of all package types, OR All of the packages of one type whether they are released or not.
The above doesn't seem to work.
It's based on another query which already filters out the "Not-released" Packages, however it returns "Released" and "Not-Released"
Any suggestions would be appreciated. Thanks!