G
Guest
I am try to design a report with fields containing the expression =LTrim("Text: "&[field_from_a_query]). What I want the field to do is display some text with the data from the query next to it (e.g. rather than show just the value 4/14/04, have it display "Date: 4/14/04"). Whenever I enter this expression into a field in the report, however, it displays the error message "#ERROR". I have tried to reverse engineer a solution by looking at reports that successfully use the expression, but why it is not working in my report escapes me. Does anyone know what may be causing this? How can I fix it? What am I missing?