I am storing numbers in a Transaction table.
The numbers are used in a Crosstab query, which then fills the textboxes on a report.
Simple language of what I want to do is:
If the TaskName Like "*%*" Then add a "%" symbol to the end of TransactionValue.
Obviously I can not do it in the query because it is a crosstab query and it can't 'Sum' a text value.
So how would I di this?
Thanks. Sean.
The numbers are used in a Crosstab query, which then fills the textboxes on a report.
Simple language of what I want to do is:
If the TaskName Like "*%*" Then add a "%" symbol to the end of TransactionValue.
Obviously I can not do it in the query because it is a crosstab query and it can't 'Sum' a text value.
So how would I di this?
Thanks. Sean.