Hi all, urgent problem.
I've got a report which shows the last 12 months sales figures, which I'm now automating so that manual update of the field names isn't needed. My problem is that I have a function which will return a string with the formula I want as the text box source, but when you preview it, the data is the string, rather than the sum.
eg.
strComplete = "[SumOf" & strField & " Sales]"
How can I prevent this?
Gavin
I've got a report which shows the last 12 months sales figures, which I'm now automating so that manual update of the field names isn't needed. My problem is that I have a function which will return a string with the formula I want as the text box source, but when you preview it, the data is the string, rather than the sum.
eg.
strComplete = "[SumOf" & strField & " Sales]"
How can I prevent this?
Gavin