I could swear I submitted this about 6 hours ago, but it's not in my list of threads I've started. Anyway, I have the following record selection formula in a subreport:
{CA_NOTES_VW.CA_OBJECT_ID} = {?Pm-CA_OBJECT_VW.CA_OBJECT_ID} and
({CA_NOTES_VW.COMMENT_CODE} = 'BPRINT' or {CA_NOTES_VW.PRINT_ON_CASE} = "Y")
It is bringing back the records where {CA_NOTES_VW.COMMENT_CODE} = 'BPRINT', but it is not bringing back the records where {CA_NOTES_VW.PRINT_ON_CASE} = "Y"
Any ideas why?
{CA_NOTES_VW.CA_OBJECT_ID} = {?Pm-CA_OBJECT_VW.CA_OBJECT_ID} and
({CA_NOTES_VW.COMMENT_CODE} = 'BPRINT' or {CA_NOTES_VW.PRINT_ON_CASE} = "Y")
It is bringing back the records where {CA_NOTES_VW.COMMENT_CODE} = 'BPRINT', but it is not bringing back the records where {CA_NOTES_VW.PRINT_ON_CASE} = "Y"
Any ideas why?