In the report I have multiple rows of numbers, and sometimes this number represents revenue and sometimes its membership. I have another field on this same row that says "Revenue" or "Membership". Currently i just have it in a general format with 2 decimal places. I'd like the number field to be currency if the other field is revenue, and standard with 0 decimal if it is membership.
Is this possible in VBA or something? Thanks. This is at the lowest level too. Since I've read that the On Format only works at a higher level, i dont know if this is going to be possible.
Is this possible in VBA or something? Thanks. This is at the lowest level too. Since I've read that the On Format only works at a higher level, i dont know if this is going to be possible.