Hello Folks,
I created this function,
Referenced_Document_Id: IIf([tblReference].[Referenced_Document_Id]," ","No References Found",[tblReference].[Referenced_Document_Id]
In other words, I'd like for access to add "No References Found" whenever a record from the tblStatutes has not references in the tblReferences when running a report.
Currently, the report looks like
Statutes.Document_Id Reference.Referenced_Document_Id
123 5656
00.236
01.237 236589
I'd like for the report to look like
Statutes.Document_Id Reference.Referenced_Document_Id
123 5656
00.236 No References Found
01.237 236589
Does the above function needs to be added to the query or to the report?
I added it to the query portion as an Expression Builder, and it's giving me an error.
Please, any suggestions or idea would be appreciated.
Thanks,
Rita
I created this function,
Referenced_Document_Id: IIf([tblReference].[Referenced_Document_Id]," ","No References Found",[tblReference].[Referenced_Document_Id]
In other words, I'd like for access to add "No References Found" whenever a record from the tblStatutes has not references in the tblReferences when running a report.
Currently, the report looks like
Statutes.Document_Id Reference.Referenced_Document_Id
123 5656
00.236
01.237 236589
I'd like for the report to look like
Statutes.Document_Id Reference.Referenced_Document_Id
123 5656
00.236 No References Found
01.237 236589
Does the above function needs to be added to the query or to the report?
I added it to the query portion as an Expression Builder, and it's giving me an error.
Please, any suggestions or idea would be appreciated.
Thanks,
Rita