I created a report that uses a text box that has the following formula in it
This formula worked until I added a subreport. The subreport uses the same but with a slight difference
.
How do I get rid of the error so that the text box functions properly?
Code:
="Office/OutPatient (" & [Catagory] & ")"
Code:
="Office/OutPatient (" & [Cat] & ")"
How do I get rid of the error so that the text box functions properly?